Line 430... |
Line 430... |
430 |
void sendKeyStroke(char key);
|
430 |
void sendKeyStroke(char key);
|
431 |
void sendCommandString(int port, const std::string& cmd);
|
431 |
void sendCommandString(int port, const std::string& cmd);
|
432 |
void sendLevel(int lp, int lv, int level);
|
432 |
void sendLevel(int lp, int lv, int level);
|
433 |
void sendInternalLevel(int lp, int lv, int level);
|
433 |
void sendInternalLevel(int lp, int lv, int level);
|
434 |
void callSetPassword(ulong handle, const std::string& pw, int x, int y);
|
434 |
void callSetPassword(ulong handle, const std::string& pw, int x, int y);
|
435 |
TButtonStates *addButtonState(int rap, int rad, int rch, int rcp, int rlp, int rlv);
|
435 |
TButtonStates *addButtonState(BUTTONTYPE t, int rap, int rad, int rch, int rcp, int rlp, int rlv);
|
436 |
TButtonStates *addButtonState(const TButtonStates& bs);
|
436 |
TButtonStates *addButtonState(const TButtonStates& bs);
|
437 |
TButtonStates *getButtonState(int rap, int rad, int rch, int rcp, int rlp, int rlv);
|
437 |
TButtonStates *getButtonState(BUTTONTYPE t, int rap, int rad, int rch, int rcp, int rlp, int rlv);
|
- |
|
438 |
TButtonStates *getButtonState(uint32_t id);
|
- |
|
439 |
TButtonStates *getButtonState(BUTTONTYPE t, uint32_t id);
|
438 |
|
440 |
|
439 |
/**
|
441 |
/**
|
440 |
* This starts the communication with the AMX controller. The method
|
442 |
* This starts the communication with the AMX controller. The method
|
441 |
* registers the callbacks and starts a thread. This thread runs as
|
443 |
* registers the callbacks and starts a thread. This thread runs as
|
442 |
* long as a valid communication is possible or until the communication
|
444 |
* long as a valid communication is possible or until the communication
|