Public Member Functions | |
bool | operator== (const IP_Address &p_ip) const |
bool | operator!= (const IP_Address &p_ip) const |
operator String () const | |
IP_Address (const String &p_string) | |
IP_Address (uint8_t p_a, uint8_t p_b, uint8_t p_c, uint8_t p_d) | |
Public Attributes | |
union { | |
uint8_t field [4] | |
uint32_t host | |
}; | |