ADD:added tracklist response

This commit is contained in:
hwinkel
2024-03-05 13:33:06 +01:00
parent 3f7b7ebcae
commit e947d29669
5 changed files with 174 additions and 24 deletions

View File

@@ -38,6 +38,9 @@ class SimControl{
~SimControl();
void stop();
std::string sendRecvMessageToClient( std::string ip, std::string port,WHISPER::Message msg, bool waitForResponse );
private:
bool online_;