All Frameworks Class Hierarchy This Framework Indexes
System Enumeration CATCommandMsg
enum CATCommandMsg {
CATCommandMsgRequestSharedMode,
CATCommandMsgRequestExclusiveMode,
CATCommandMsgCanceled,
CATCommandMsgDesactivated,
CATCommandUnknow
}
Message type sent from a command to the command selector.
- Values:
-
- CATCommandMsgRequestSharedMode
- The command requests to start in shared mode.
- CATCommandMsgRequestExclusiveMode
- The command requests to start in exclusive mode.
- CATCommandMsgCanceled
- The command requests to be canceled.
- CATCommandMsgDesactivated
- The command requests to be deactivated.
- CATCommandUnknow
- The command requests the unknown mode.
- See also:
- CATCommandMode
This object is included in the file: CATCommand.h