1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

README.md: Mark WiFiServer, WiFiClient and WiFiUDP as classes

This commit is contained in:
Noah 2015-07-12 20:52:26 +02:00 committed by Ivan Grokhotkov
parent 6b45790652
commit 244f06f1ba

View File

@ -112,7 +112,7 @@ You can use ```udp.destinationIP()``` to tell whether the packet received was
sent to the multicast or unicast address.
Also note that multicast doesn't work on softAP interface.
WiFiServer, WiFiClient, and WiFiUDP behave mostly the same way as with WiFi shield library.
```WiFiServer```, ```WiFiClient```, and ```WiFiUDP``` behave mostly the same way as with WiFi shield library.
Four samples are provided for this library.
You can see more commands here: [http://www.arduino.cc/en/Reference/WiFi](http://www.arduino.cc/en/Reference/WiFi)