Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: C027_Support C12832 LM75B MMA7660 MbedSmartRest mbed-rtos mbed
Fork of MbedSmartRestMain by
Diff: apndb.h
- Revision:
- 55:a0f7295ed6b6
- Parent:
- 54:7dcc8898d87d
- Child:
- 56:4d6e34f1589d
diff -r 7dcc8898d87d -r a0f7295ed6b6 apndb.h --- a/apndb.h Wed Sep 03 14:36:55 2014 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,15 +0,0 @@ -#ifndef APNDB_H -#define APNDb_H - -// Defiles the base type for storing mcc/mnc-apn/user/pass tuples -typedef struct -{ - const char *mcc; // mobile country code - const char *mnc; // mobile network code - const char *carrier; - const char *apn; -} apndb_t; - -apndb_t * apndb_get(const char * imsi); - -#endif \ No newline at end of file