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 () const | |
operator ip_addr () const | |
operator ip_addr * () | |
operator char * () | |
bool | operator== (const IPAddress &addr) |
bool | operator== (const uint8_t *addr) |
bool | isNull () const |
String | toString () const |
bool | compare (const IPAddress &addr, const IPAddress &mask) const |
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) |
size_t | printTo (Print &p) const override |