| 76 | } |
| 77 | |
| 78 | bool SCPInterface::sendCommand(const SCPCommand command, SCPResponse& response) { |
| 79 | return sendCommand(command, NULL, 0, response); |
| 80 | } |
| 81 | |
| 82 | bool SCPInterface::sendCommand(const SCPCommand command, const unsigned char parameter, SCPResponse& response) { |
| 83 | return sendCommand(command, ¶meter, 1, response); |