DOFType Constructor (Int16)OpenDOF Object Access Library
Construct a base type object using the specified type identifier.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
protected DOFType(
	short T
)

Parameters

T
Type: SystemInt16
The type identifier as specified in the DOF ProtocolSpecification.
Remarks

Construct a base type object using the specified type identifier.

The specified type identifier will be used on the wire to represent the type.

See Also

Reference