Example 1: Reading the <Description>
Read the <Description> from the sample Lake Tahoe Transmittal
The description is stored in the fields of a SE_DESCRIPTION_TOKEN class of the DRM.
The DRM requires that this object be a component of the <Transmittal Root> object.
To do this we need to know:
- How to open and close a Transmittal for reading.
- About the API’s methods of memory management.
- SE_STORE’s used to get fields and other object data.
- Memory allocated by the API through opaque data types.
- How to access objects by traversing relationships.
- How to retrieve fields from an object.