supla-device
|
Public Member Functions | |
IPAddress (uint8_t ip1, uint8_t ip2, uint8_t ip3, uint8_t ip4) | |
IPAddress (const std::string &ip) | |
uint8_t | operator[] (int index) const |
uint8_t & | operator[] (int index) |
Protected Attributes | ||
union { | ||
uint8_t addr [4] = {} | ||
uint32_t full | ||
}; | ||