#include <Command.h>
Public Member Functions | |
| Command () | |
| Command (CommandType::Enum _commandType, int _value1=0, int _value2=0) | |
Public Attributes | |
| CommandType::Enum | type |
| int | value1 |
| int | value2 |
| BWAPIC::Command::Command | ( | ) | [inline] |
| BWAPIC::Command::Command | ( | CommandType::Enum | _commandType, |
| int | _value1 = 0, |
||
| int | _value2 = 0 |
||
| ) | [inline] |
1.7.6.1