mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Add WiFiClient.write for Stream
reads directly from the stream and fragments the data to achieve maximum data throughput over WiFi
This commit is contained in:
@ -55,6 +55,7 @@ public:
|
||||
|
||||
IPAddress remoteIP();
|
||||
uint16_t remotePort();
|
||||
size_t write(Stream&);
|
||||
|
||||
friend class WiFiServer;
|
||||
|
||||
|
Reference in New Issue
Block a user