/*
 * ENUM: SE_ACCESS_MODE_ENUM
 *
 *   Used to specify the mode in which the API opens a SEDRIS transmittal.
 */
typedef enum
{
SE_READ_ONLY, (notes)
SE_UPDATE, (notes)
SE_CREATE (notes)
} SE_ACCESS_MODE_ENUM;


Enumerator Notes

SE_READ_ONLY

 Objects can only be read.

SE_UPDATE

 Existing objects can be modified, and new objects can be added.

SE_CREATE

 Create the transmittal from scratch; must not previously exist.
Prev: SE_ABSOLUTE_TIME_INTERVAL_ENTRY. Next: SE_ALT_HIERARCHY_PARAMETERS. Up:Index