|
VLCB
|
An action to be performed. More...
#include <Controller.h>
Public Attributes | |
| enum ACTION | actionType |
| Type of action. | |
| union { | |
| VlcbMessage vlcbMessage | |
| with ACT_MESSAGE_IN & ACT_MESSAGE_OUT More... | |
| bool fromENUM | |
| with ACT_START_CAN_ENUMERATION More... | |
| VlcbModeParams mode | |
| with ACT_INDICATE_MODE More... | |
| }; | |
An action to be performed.
| enum ACTION VLCB::Action::actionType |
Type of action.
| VlcbMessage VLCB::Action::vlcbMessage |
with ACT_MESSAGE_IN & ACT_MESSAGE_OUT
| bool VLCB::Action::fromENUM |
with ACT_START_CAN_ENUMERATION
| VlcbModeParams VLCB::Action::mode |
with ACT_INDICATE_MODE
| union { ... } VLCB::Action |