SEDRIS Reference Manual
APPENDIX A - Transmittal Access Level 0 API
Types
SE_State_Entry
/*
 * STRUCT: SE_State_Entry
 *
 *   An array of these make up the SE_State_Select_Parameters data structure.
 */
typedef struct
{

EDCS_Attribute_Code state_tag;1
SE_State_Data_Fields state_data;2
} SE_State_Entry;


Field Notes

state_tag

Specifies which state tag to match.

state_data

Specifies the range of values to match for this state tag.




Prev: SE_Spatial_Index_Parameters. Next: SE_State_Select_Parameters.


Return to: Top of this Page, Type Index