![]() |
RUI3 (RAK Unified Interface 3) - RAK4631
|
Public Member Functions | |
IPAddress () | |
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) |
bool | fromString (const String &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) |
virtual size_t | printTo (Print &p) const |
IPAddress | ( | ) |
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 | ) |
bool fromString | ( | const String & | 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 | ) |
uint8_t bytes[4] |
uint32_t dword |