IpAddress.h File Reference
#include <user_config.h>
#include "Printable.h"
#include "WString.h"
Include dependency graph for IpAddress.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IpAddress
 A class to make it easier to handle and pass around IP addresses. More...
 

Macros

#define LWIP_IP_ADDR_T   ip_addr_t
 
#define INADDR_NONE   IpAddress()
 

Typedefs

typedef struct ip_addr ip_addr_t
 
typedef IpAddress IPAddress
 

Macro Definition Documentation

◆ INADDR_NONE

#define INADDR_NONE   IpAddress()

◆ LWIP_IP_ADDR_T

#define LWIP_IP_ADDR_T   ip_addr_t

Typedef Documentation

◆ ip_addr_t

typedef struct ip_addr ip_addr_t

◆ IPAddress