work in progress
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include "Payload.h"
|
||||
|
||||
class Payload;
|
||||
|
||||
@@ -26,7 +27,7 @@ public:
|
||||
~Connection();
|
||||
|
||||
bool send(std::vector<Payload> payload);
|
||||
bool recv(void* data, int size);
|
||||
Payload recv();
|
||||
|
||||
/**
|
||||
* Return the error code from the last command if there is one
|
||||
|
||||
Reference in New Issue
Block a user