|
#define DOSINTERFACEID_INIT4 |
( |
|
name, |
|
|
|
registry, |
|
|
|
b0, |
|
|
|
b1, |
|
|
|
b2, |
|
|
|
b3 |
|
) |
| |
Create an Interface ID from 4 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 0x00-0xFF. This must not be 0 if b1 is 0. |
b1 | Byte[1] of the Interface ID number (data). Valid range is 0x00-0xFF. This must not be 0 if b0 is 0. |
b2 | Byte[2] of the Interface ID number (data). Valid range is 0x00-0xFF. |
b3 | Byte[3] of the Interface ID number (data). Valid range is 0x00-0xFF. |
|