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. 74 tibemsBytesMsg_GetBodyLength Get the body length (in bytes) of a bytes message. 75 tibemsBytesMsg_GetBytes Get the body data of a bytes message. 76 tibemsBytesMsg_Read Read primitive datatypes from the byte stream in the message body. 77 tibemsBytesMsg_ReadBytes Read bytes to a byte sequence from the byte stream in the message body. 81 tibemsBytesMsg_Reset Set the read position to the beginning of the byte stream, and mark the message body as read-only. 83 tibemsBytesMsg_SetBytes Set the body data of a bytes message from a byte sequence. 84 tibemsBytesMsg_Write Write primitive datatypes to the byte stream in the message body. 85 tibemsBytesMsg_WriteBytes Write bytes from a byte array to the byte stream in the message body. 88