DOFInterfaceIDcreate Method (Byte)OpenDOF Object Access Library
Construct an interface identifier using a byte array.

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

C#
public static DOFInterfaceID create(
	byte[] data
)

Parameters

data
Type: SystemByte
The byte array.

Return Value

Type: DOFInterfaceID
The newly created interface identifier or null if the input was invalid.
Remarks

Construct an interface identifier using a byte array.
See Also

Reference