ADD: added usage of a async callback for testing
This commit is contained in:
@@ -27,6 +27,7 @@ namespace DirectCommunication
|
||||
|
||||
void sendMessage(std::string msg);
|
||||
std::string getLatestMessage();
|
||||
void disconnect();
|
||||
|
||||
void registerMessageCallback(std::function<void(std::string)> MessageHandle);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user