The methods of the CCODEC class are listed below. For a complete list of CCODEC class members, see the CCODEC Members topic.
![]() | Adds a new field definition to the CODEC. The field definition specifies how a field should be encoded (operator) and the slot to use for the field as well as the field data type. |
![]() | Completes the decoding of a message. This function must be called after the last tag of a message has been decoded. |
![]() | Decode a signed 32 bit integer value. |
![]() | Starts the decode of the next message. Parses the presence map in start of decode new message. |
![]() | Decode an ASCII string value. |
![]() | Decode an unsigned 32 bit integer value. |
![]() | Finish encoding a message |
![]() | Encode a signed 32 bit integer |
![]() | Called to setup encoding for a message. It must not be called again without calling EncodeEndMsg in between. |
![]() | Encode an ASCII string |
![]() | Encode an unsigned 32 bit integer |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |