SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Types
SE_Access_Mode
/*
 * ENUM: SE_Access_Mode
 *
 *   This data type specifies how a transmittal is to be opened.
 */
typedef enum
{
SE_AM_READ_ONLY,1
SE_AM_UPDATE,2
SE_AM_CREATE3
} SE_Access_Mode;


Enumerant Notes

1 The transmittal is to be opened with only read access.

2 An existing transmittal is to be opened with the ability to make changes in the content.

3 A new empty transmittal is to be opened with the ability to add and subsequently change content.




Prev: SE_Absolute_Time_Interval_Entry. Next: SE_Alternate_Hierarchy_Parameters.


Return to: Top of this Page, Type Index