* add C027_Support fork

Fork of C027_Support by u-blox

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.