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: DOFInterfaceIDThe newly created interface identifier or null if the input was invalid.
Remarks
See Also