#include <RuntimeMenuItem.h>
Public Member Functions | |
| IpAddressStorage (const char *address) | |
| IpAddressStorage (uint8_t p1, uint8_t p2, uint8_t p3, uint8_t p4) | |
| IpAddressStorage (const IpAddressStorage &other)=default | |
| IpAddressStorage & | operator= (const IpAddressStorage &other)=default |
| void | setPart (int part, uint8_t newValue) |
| uint8_t * | underlyingArray () |
Provides storage for an IP-V4 address using a 4 byte data structure. This does not validate the inputs and purely acts as storage for the 4 parts of the address.