Inclusive sized (-ISIZED)

The inclusive sized (-ISIZED) command is a variant of the -SIZED message type. Using the -SIZED message type, the first four bytes of a message represent the size of the message that follows. Using the -ISIZED message type, the first four bytes of data represent the size of the message that follows, but includes the first four bytes in the total length. Therefore, if the first four bytes of data indicate that the message size is 14 bytes, the message is complete after 10 more bytes.