|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
A Rendezvous self-describing message is a composite containing zero or more fields. All messages have type TIBRVMSG_MSG (including nested submessages).Each field in turn contains self-describing data. That is, each field consists of several parts—name, identifier (optional), data, type, size and count (number of array elements). Fields can be of any type (see Table 13). Wire format permits arbitrarily deep nesting of submessages.Messages are flexible. Unlike C structs, the actual fields present in a message need not be fixed at compile time.
The field name _data_ is reserved. More generally, all fields that begin with the underscore character are reserved.
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |