FreeRTOS: FreeRTOS Cellular Library v1.2.0
FreeRTOS Cellular Library
CellularIPAddress_t Struct Reference

Represents IP Address. More...

#include <cellular_types.h>

Data Fields

CellularIPAddressType_t ipAddressType
 
char ipAddress [CELLULAR_IP_ADDRESS_MAX_SIZE+1]
 

Detailed Description

Represents IP Address.

Field Documentation

◆ ipAddressType

CellularIPAddressType_t CellularIPAddress_t::ipAddressType

Type of IP address (IPv4/IPv6).

◆ ipAddress

char CellularIPAddress_t::ipAddress[CELLULAR_IP_ADDRESS_MAX_SIZE+1]

IP Address. NULL terminated.


The documentation for this struct was generated from the following file: