Create an Interface ID from 2 data bytes.
See the OpenDOF Types document for more information.
- Parameters
-
name | The variable name for the Interface ID. |
registry | The OpenDOF registry for the Interface ID. Valid range is 0-63. |
b0 | Byte[0] of the Interface ID number (data). Valid range is 0x01-0xFF. This must not be 0. |
b1 | Byte[1] of the Interface ID number (data). Valid range is 0x00-0xFF. |