Operations in Alphabetical Order

Function or Type

Description

tibrvMsg_SetHandlers()

Define a program-specific datatype, by registering functions to transfer it between local format and wire format, and convert it to other datatypes.

tibrvMsgDataType

Enumerate the types of low-level data references.

tibrvMsgData_ByteSize()

Calculate the wire buffer size of data from its C size.

tibrvMsgData_Converter

Convert a message field to another local datatype.

tibrvMsgData_CopyBytes()

Copy data into the wire buffer of a message for an encoder.

tibrvMsgData_Decoder

Decode a wire format field to a local datatype.

tibrvMsgData_Encoder

Encode a local format field to wire format.

tibrvMsgData_GetBytes()

Get data pointer and size from a wire buffer for a decoder.

tibrvMsgData_GetSize()

Get the data size from a wire buffer for a decoder.

tibrvMsgData_Malloc()

Allocate process storage for decoders and converters.

tibrvMsgData_SetSize()

Write the size of data into a wire buffer for an encoder.