DOFInterfaceIDgetBytes Method OpenDOF Object Access Library
Get the interface identifier as a byte array.

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

C#
public byte[] getBytes()

Return Value

Type: Byte
the byte array.
Remarks

Get the interface identifier as a byte array. The bytes include the registry and length byte.

NOTE: This array must not be modified.

See Also

Reference