Represents IP Address. More...
#include <cellular_types.h>
Data Fields | |
CellularIPAddressType_t | ipAddressType |
char | ipAddress [CELLULAR_IP_ADDRESS_MAX_SIZE+1] |
Represents IP Address.
CellularIPAddressType_t CellularIPAddress_t::ipAddressType |
Type of IP address (IPv4/IPv6).
char CellularIPAddress_t::ipAddress[CELLULAR_IP_ADDRESS_MAX_SIZE+1] |
IP Address. NULL terminated.