DOFUInt8 Constructor (Byte)OpenDOF Object Access Library
Create a new 8-bit unsigned integer given data.

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

C#
public DOFUInt8(
	byte data
)

Parameters

data
Type: SystemByte
The data to encapsulate.
Remarks

Create a new 8-bit unsigned integer given data.
See Also

Reference