tibrvMsgField
Type
Declaration
typedef struct
{
char* name;
tibrv_u32 size;
tibrv_u32 count;
tibrvLocalData data;
tibrv_u16 id;
tibrv_u8 type;
}tibrvMsgField
;
Purpose
Fields hold data within messages. Programs manipulate the content of field structs using the public struct accessors of this type.
Accessor |
Description |
The field’s name. Field name strings use the ISO 8859-1 character encoding. |
|
The size of the field’s For array types, |
|
The number of values in an array field. For array types, For example, when a field contains a array of ten 32-bit integers, its (For scalar types, strings, opaque byte sequences and XML data, |
|
The field’s data value. |
|
The field’s identifier. Identifiers are optional, but must be unique within each message. |
|
A Rendezvous datatype token denoting the type of the field’s |