|
OpenHantek
|
#include <controlStructs.h>
Public Member Functions | |
| ControlBeginCommand (CommandIndex index=COMMANDINDEX_0) | |
| Sets the command index to the given value. More... | |
Additional Inherited Members | |
Data Fields inherited from ControlCommand | |
| bool | pending = false |
| uint8_t | code |
| uint8_t | value = 0 |
| ControlCommand * | next = nullptr |
Protected Member Functions inherited from ControlCommand | |
| ControlCommand (Hantek::ControlCode code, unsigned size) | |
|
explicit |
Sets the command index to the given value.
| index | The CommandIndex for the command. |