PICloud Dispatcher screen mode
This commit is contained in:
@@ -18,6 +18,8 @@ public:
|
||||
void sendData(const PIByteArray & data);
|
||||
void sendDataToClient(const PIByteArray & data, uint client_id);
|
||||
void authorise(bool ok);
|
||||
bool isAuthorised() const {return authorised;}
|
||||
PICloud::TCP::Role role() const {return tcp.role();}
|
||||
PIString address();
|
||||
uint clientId() const {return client_id;}
|
||||
EVENT1(disconnectEvent, DispatcherClient *, client)
|
||||
|
||||
Reference in New Issue
Block a user