SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Types
SE_ITR_Behaviour
/*
 * ENUM: SE_ITR_Behaviour
 *
 *   This data type specifies the desired traversal for an iterator or
 *   function when an ITR reference is encountered.
 */
typedef enum
{
SE_ITRBEH_RESOLVE,1
SE_ITRBEH_REPORT,2
SE_ITRBEH_IGNORE3
} SE_ITR_Behaviour;


Enumerant Notes

1 ITR references are resolved automatically as they are encountered. A transmittal that has been opened in this way cannot be updated. The transmittal shall be explicitly opened for writing or modification for SE_ITRBEH_RESOLVE SE_ITR_Behaviour to occur.

2 ITR references are reported as they are encountered, but are not resolved.

3 ITR references are ignored and traversal acts as though the transmittal were standalone, continuing to search within the current transmittal.




Prev: SE_Iterator. Next: SE_LOD_Entry.


Return to: Top of this Page, Type Index