DOFInterfaceIDcreate Method (Byte, Int32)OpenDOF Object Access Library
Construct an interface identifier using a byte array, starting at an offset into the 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,
	int offset
)

Parameters

data
Type: SystemByte
The byte array containing a marshaled interface id.
offset
Type: SystemInt32
Offset index into the array at which the interface identifier data begins.

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, starting at an offset into the array.
See Also

Reference