|
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; | (notes) | |
| SE_State_Data_Fields | state_data; | (notes) |
Specifies which state tag to match.
Specifies the range of values to match for this state tag.
|