|
Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
|
Public Member Functions | |
| IPAddress (uint8_t first_octet, uint8_t second_octet, uint8_t third_octet, uint8_t fourth_octet) | |
| IPAddress (uint32_t address) | |
| IPAddress (ip_addr address) | |
| IPAddress (const uint8_t *address) | |
| IPAddress (const String address) | |
| operator uint32_t () | |
| operator ip_addr () | |
| operator ip_addr * () | |
| bool | operator== (const IPAddress &addr) |
| bool | operator== (const uint8_t *addr) |
| bool | isNull () |
| String | toString () |
| uint8_t | operator[] (int index) const |
| uint8_t & | operator[] (int index) |
| IPAddress & | operator= (const uint8_t *address) |
| IPAddress & | operator= (uint32_t address) |
| IPAddress & | operator= (const String address) |
| virtual size_t | printTo (Print &p) const |