tibemsBytesMsg Type Purpose A message containing a stream of uninterpreted bytes. Related Types tibemsMsg on page 21 Remarks Messages with this body type contain a single value, which is a byte sequence. Function Description Page tibemsBytesMsg_Create Create a bytes message. 76 tibemsBytesMsg_GetBodyLength Get the body length (in bytes) of a bytes message. 77 tibemsBytesMsg_GetBytes Get the body data of a bytes message. 78 tibemsBytesMsg_Read Read primitive datatypes from the byte stream in the message body. 79 tibemsBytesMsg_ReadBytes Read bytes to a byte sequence from the byte stream in the message body. 82 tibemsBytesMsg_Reset Set the read position to the beginning of the byte stream, and mark the message body as read-only. 84 tibemsBytesMsg_SetBytes Set the body data of a bytes message from a byte sequence. 85 tibemsBytesMsg_Write Write primitive datatypes to the byte stream in the message body. 86 tibemsBytesMsg_WriteBytes Write bytes from a byte array to the byte stream in the message body. 89