TransportgetMinSize Method OpenDOF Object Access Library
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: Int32
The minimum transmission size for the specified type of transmission.
Remarks

Get the minimum transmission size for the specified type of transmission.
See Also

Reference