mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Begin adding an encoder for messages
This commit is contained in:
@@ -46,7 +46,7 @@ bool Communication::close() {
|
||||
}
|
||||
|
||||
bool Communication::sendPacket(std::vector<uint8_t>& bytes) {
|
||||
return impl->write(packetizer->packetWrap(bytes));
|
||||
return rawWrite(packetizer->packetWrap(bytes));
|
||||
}
|
||||
|
||||
bool Communication::sendCommand(Command cmd, std::vector<uint8_t> arguments) {
|
||||
|
||||
Reference in New Issue
Block a user