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

Public Land Mobile Network (PLMN) information. More...

#include <cellular_types.h>

Data Fields

char mcc [CELLULAR_MCC_MAX_SIZE+1]
 
char mnc [CELLULAR_MNC_MAX_SIZE+1]
 

Detailed Description

Public Land Mobile Network (PLMN) information.

Field Documentation

◆ mcc

char CellularPlmnInfo_t::mcc[CELLULAR_MCC_MAX_SIZE+1]

Mobile Country Code (MCC).

◆ mnc

char CellularPlmnInfo_t::mnc[CELLULAR_MNC_MAX_SIZE+1]

Mobile Network Code (MNC).


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