mirror of
https://github.com/Links2004/arduinoWebSockets.git
synced 2025-07-13 07:16:31 +02:00
add IPAddress remoteIP(uint8_t num)
update example
This commit is contained in:
@ -86,6 +86,8 @@ public:
|
||||
void disconnect(void);
|
||||
void disconnect(uint8_t num);
|
||||
|
||||
IPAddress remoteIP(uint8_t num);
|
||||
|
||||
private:
|
||||
uint16_t _port;
|
||||
|
||||
|
Reference in New Issue
Block a user