mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 17:47:21 +02:00
TCP bugfixes
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
class IRPCServer {
|
||||
public:
|
||||
virtual ~IRPCServer() = default;
|
||||
virtual void startup() = 0;
|
||||
virtual void shutdown() = 0;
|
||||
virtual int send_msg(char* buffer, uint32_t length) const = 0;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user