Overview
Type
|
Data structure
|
Available as of
|
V1.0.1.0
|
Description
The structure ST_StateInfo indicates whether the state is defined for the given operation mode and whether a change of operation mode is possible. The information is used to initialize the operation mode manager.
Structure Elements
Variable
|
Data type
|
Description
|
xStateExistent
|
BOOL
|
TRUE: Indicates that the state is defined for the given operation mode.
|
xModeChangePossible
|
BOOL
|
TRUE: indicates that a change of operation mode is possible while in this state.
|