tcMenu
Public Member Functions | List of all members
IpAddressStorage Class Reference

#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
 
IpAddressStorageoperator= (const IpAddressStorage &other)=default
 
void setPart (int part, uint8_t newValue)
 
uint8_t * underlyingArray ()
 

Detailed Description

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.


The documentation for this class was generated from the following files: