|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
• A field name is a character string. Each field can have only one name. Several fields can have the same name.
• A field identifier is a 16-bit unsigned integer, which must be unique within the message. That is, two fields in the same message cannot have the same identifier. However, a nested submessage is considered a separate identifier space from its enclosing parent message and any sibling submessages.Message calls specify fields using a field name, or a combination of a field name and a unique field identifier. Field names are appropriate for most application programs; most programs do not require field identifiers.NULL is a legal field name only when the identifier is zero. It is illegal for a field to have both a non-zero identifier and a NULL field name.
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |