Rtos API example

Embed: (wiki syntax)

« Back to documentation index

APN_t Struct Reference

APN_t Struct Reference

APN lookup struct. More...

#include <APN_db.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 47 of file APN_db.h.


Field Documentation

const char* cfg

APN configuartion string, use _APN macro to generate.

Definition at line 49 of file APN_db.h.

const char* mccmnc

mobile country code (MCC) and mobile network code MNC

Definition at line 48 of file APN_db.h.