tibemsBytesMsg
Type
Purpose
Message containing a stream of uninterrupted bytes.
Related Types
Remarks
Messages with this body type contain a single value, which is a byte sequence.
Function | Description |
---|---|
tibemsBytesMsg_Create
|
Create a bytes message. |
tibemsBytesMsg_GetBodyLength
|
Get the body length (in bytes) of a bytes message. |
tibemsBytesMsg_GetBytes
|
Get the body data of a bytes message. |
tibemsBytesMsg_Read
|
Read primitive datatypes from the byte stream in the message body. |
tibemsBytesMsg_ReadBytes
|
Read bytes to a byte sequence from the byte stream in the message body. |
tibemsBytesMsg_Reset
|
Set the read position to the beginning of the byte stream, and mark the message body as read-only. |
tibemsBytesMsg_SetBytes
|
Set the body data of a bytes message from a byte sequence. |
tibemsBytesMsg_Write
|
Write primitive datatypes to the byte stream in the message body. |
tibemsBytesMsg_WriteBytes
|
Write bytes from a byte array to the byte stream in the message body. |
Subtopics