Message Header
IOTMP Message Header
The header is a part of a message that contains information about the type of message and the size of the data being transmitted.
Each IOTMP message contains a header that describes the Type and its Size over the wire. The minimum header length is 2 bytes.
Field
Type
Mandatory
Description
Message Type
A message type can be any of the following:
Message Type
Value
Description
Reserved
0x00
Reserved field
Message Size
This field specifies the message size in bytes, that is, the remaining number of bytes on the stream (including zero if the message has no remaining bytes).
Last updated