SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Types
SE_Access_Mode
/*
 * ENUM: SE_Access_Mode
 *
 *   The mode in which the API may open a SEDRIS transmittal.
 */
typedef enum
{
SE_AC_MODE_READ_ONLY, (notes)
SE_AC_MODE_UPDATE, (notes)
SE_AC_MODE_CREATE (notes)
} SE_Access_Mode;


Enumerant Notes


SE_AC_MODE_READ_ONLY

 Objects can only be read.

SE_AC_MODE_UPDATE

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

SE_AC_MODE_CREATE

 Create the transmittal from scratch; the transmittal shall not
 previously exist.



Prev: SE_Absolute_Time_Interval_Entry. Next: SE_Alt_Hierarchy_Parameters.


Return to: Top of this Page, Type Index

Last updated: July 16, 2004 Copyright © 2004 SEDRIS