TibrvMsgField
Class
Declaration
class TibrvMsgField
: public tibrvMsgField
Purpose
Represent a message field.
Remarks
Because the field object is identical to the C field struct, programs can use the struct’s accessors to get and set the field’s name, data, and other members.
Although a formal destructor is not needed, C++ declares a default destructor, which has no effect.
Method |
Description |
Member |
Type |
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, XML data, and opaque byte sequences, |
|
|
|
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 |
See Also
tibrvMsgField in