/* * 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) |
Objects can only be read.
Existing objects can be modified, and new objects can be added.
Create the transmittal from scratch; must not previously exist.Prev: SE_ABSOLUTE_TIME_INTERVAL_ENTRY. Next: SE_ALT_HIERARCHY_PARAMETERS. Up:Index