Construct an interface identifier by specifying a registry and an identifier.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public static DOFInterfaceID create( byte registry, long identifier )
Parameters
- registry
- Type: SystemByte
The registry number. - identifier
- Type: SystemInt64
The identifier. On the wire, identifier's from 0-255 have a 1 byte length, 65535 have a a 2 byte length, 65536 and greater have a 4 byte length.
Return Value
Type: DOFInterfaceIDThe newly created interface identifier or null if the input was invalid.
Remarks
See Also