forked from me-no-dev/ESPAsyncWebServer
Expose _server and _pinfo members from AsyncWebSocketClient. (#242)
This commit is contained in:
@ -154,6 +154,8 @@ class AsyncWebSocketClient {
|
||||
uint32_t id(){ return _clientId; }
|
||||
AwsClientStatus status(){ return _status; }
|
||||
AsyncClient* client(){ return _client; }
|
||||
AsyncWebSocket *server(){ return _server; }
|
||||
AwsFrameInfo const &pinfo() const { return _pinfo; }
|
||||
|
||||
IPAddress remoteIP();
|
||||
uint16_t remotePort();
|
||||
|
Reference in New Issue
Block a user