|
|
| 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 |
| |
◆ printTo()
| size_t IPAddress::printTo |
( |
Print & | p | ) |
const |
|
virtual |
The documentation for this class was generated from the following files:
- /Users/yhchoi/Documents/CSWCSS/4-6-subj/REC/training/lib_packs/JM9_XRCU_Board/stm32/cores/arduino/IPAddress.h
- /Users/yhchoi/Documents/CSWCSS/4-6-subj/REC/training/lib_packs/JM9_XRCU_Board/stm32/cores/arduino/IPAddress.cpp