2.2.3.1.4 HeaderDataFormat
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. |