API for using LTE. More...
Modules | |
LTE class name definitions | |
LTE class name definition. | |
APN parameter max length definitions | |
APN length definitions. | |
Classes | |
class | LTEAccessProvider |
[en] The class to construct a path for communication between the LTE network and modem. [ja] LTEネットワークとモデム間で通信するための通信経路を構築するクラス。 More... | |
class | LTECore |
[en] Core class of LTE library. This is internal class. [ja] LTEライブラリのCoreクラス。内部利用Class。 More... | |
class | LTEModemVerification |
[en] The class to get modem information. [ja] モデムの情報を取得するクラス。 More... | |
class | LTEScanNetworks |
[en] The class to get LTE network information. [ja] LTEネットワークの情報を取得するためのクラス。 More... | |
Macros | |
#define | LTE_NET_PINCODE_MAXLEN (9) |
#define | LTEDBG(format, ...) |
#define | LTEERR(format, ...) ::printf("ERROR: " format, ##__VA_ARGS__) |
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... | |
Variables | |
LTECore | theLTECore |
API for using LTE.
enum LTEModemStatus |
enum LTENetworkIPType |
enum LTENetworkAuthType |