|
Nol.A SDK Library
25.8.1
For IoT System Software Development
|
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 (const uint8_t *address) | |
| bool | fromString (const char *address) |
| operator uint32_t () const | |
| bool | operator== (const IPAddress &addr) const |
| bool | operator== (const uint8_t *addr) const |
| uint8_t | operator[] (int index) const |
| uint8_t & | operator[] (int index) |
| IPAddress & | operator= (const uint8_t *address) |
| IPAddress & | operator= (uint32_t address) |
| String | toString () const |