DOFInt16 Constructor (Int16)OpenDOF Object Access Library
Create a new 16-bit integer given data.

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

C#
public DOFInt16(
	short data
)

Parameters

data
Type: SystemInt16
The data to encapsulate.
Remarks

Create a new 16-bit integer given data.
See Also

Reference