Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The type of the values of this enumeration is Byte. A value of the enumeration is contained in a message frame header and identifies the type of the data contained in the header. The possible HeaderDataFormat constants and their meanings are as follows.
Constant/value |
Description |
---|---|
Void 0 |
Indicates that there is no data in the containing header. |
CountedString 1 |
Indicates that the following data is a CountedString. |
Byte 2 |
Indicates that the following data is a BYTE. |
Uint16 3 |
Indicates that the following data is a UINT16. |
Int32 4 |
Indicates that the following data is an INT32. |