|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Class Summary | |
---|---|
PDMDecimal | A representation of a decimal with an exponent and mantissa |
PDMDefinition | The message definition class that needs to be populated and finalized
before using in a PDMMessage |
PDMDefinitionCache | A cache to store PDMDefinition s by their id and version |
PDMDeserializer | Used to deserialize bytes into the appropriate type |
PDMField | A field is element in the message that contains the value and a reference
back to the field information that was created in the PDMDefinition |
PDMFieldInfo | A handle to field information returned from a PDMDefinition
that is used when adding a field value to a PDMMessage . |
PDMFieldIterator | The PDMFieldIterator is used to iterate through each PDMField
in a PDMMessage . |
PDMMessage | A PDM message consists of a definition and the corresponding optional and required fields as specified by the definition. |
PDMSerializer | Used to serialize a type into an array of bytes |
PDMTimestamp | A representation of a PDMTimestamp with the number of seconds and microseconds since the epoch |
Enum Summary | |
---|---|
PDMFieldType | PDMFieldType enumeration used when adding field information to a PDMDefinition. |
Exception Summary | |
---|---|
PDMException | An exception class thrown by the PDM library. |
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |