Get the minimum transmission size for the specified type of transmission.
Namespace: org.opendof.core.transport
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
int getMinSize( DOFConnectionType type )
Parameters
- type
- Type: org.opendof.core.oalDOFConnectionType
The transmission type.
Return Value
Type: Int32The minimum transmission size for the specified type of transmission.
Remarks
See Also