The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Boolean
/*
 * ENUM: SE_Boolean
 *
 *   This data type specifies FALSE and TRUE values.
 */
typedef enum
{
SE_FALSE = 0,
SE_TRUE = 1
} SE_Boolean;



Prev: SE_Axis_Alignment. Next: SE_Byte.


Return to: Top of this Page, Type Index