support library for C027 helper functions for Buffer Pipes, Buffered Serial Port (rtos capable) and GPS parsing. It includes modem APIs for USSD, SMS and Sockets.

Dependents:   HTTPClient_Cellular_HelloWorld Cellular_HelloMQTT MbedSmartRestMain Car_Bon_car_module ... more

Embed: (wiki syntax)

« Back to documentation index

APN_t Struct Reference

APN_t Struct Reference

APN lookup struct. More...

#include <MDMAPN.h>

Data Fields

const char * mccmnc
 mobile country code (MCC) and mobile network code MNC
const char * cfg
 APN configuartion string, use _APN macro to generate.

Detailed Description

APN lookup struct.

Definition at line 27 of file MDMAPN.h.


Field Documentation

const char* cfg

APN configuartion string, use _APN macro to generate.

Definition at line 29 of file MDMAPN.h.

const char* mccmnc

mobile country code (MCC) and mobile network code MNC

Definition at line 28 of file MDMAPN.h.