Definition used in LTE library. More...
#include <string.h>

Go to the source code of this file.
Macros | |
| #define | LTEDBG(format, ...) |
| #define | LTEERR(format, ...) |
| #define | LTE_NET_APN_MAXLEN (101) /** [en] Access Point Name max length */ |
| #define | LTE_NET_USER_MAXLEN (64) /** [en] User Name max length */ |
| #define | LTE_NET_PASSWORD_MAXLEN (32) /** [en] Password max length */ |
Enumerations | |
| enum | LTEModemStatus { LTE_ERROR = 0 , LTE_IDLE , LTE_CONNECTING , LTE_SEARCHING , LTE_READY , LTE_OFF } |
| [en] Status code of the modem. [ja] モデムのステータスコード More... | |
| enum | LTENetworkIPType { LTE_NET_IPTYPE_V4 = 0 , LTE_NET_IPTYPE_V6 , LTE_NET_IPTYPE_V4V6 } |
| [en] Internet protocol type. [ja] インターネット・プロトコル形式 More... | |
| enum | LTENetworkAuthType { LTE_NET_AUTHTYPE_NONE = 0 , LTE_NET_AUTHTYPE_PAP , LTE_NET_AUTHTYPE_CHAP } |
| [en] Authentication type. [ja] 認証形式 More... | |
| enum | LTENetworkRatType { LTE_NET_RAT_UNKNOWN = -1 , LTE_NET_RAT_CATM = 2 , LTE_NET_RAT_NBIOT = 3 } |
| RAT(Radio Access Technology) More... | |
Definition used in LTE library.
| enum LTENetworkRatType |