Developer World
Spresense Arduino Library v3.2.0-77d75a4
LTE Library API

API for using LTE. More...

Collaboration diagram for LTE Library API:

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
 

Detailed Description

API for using LTE.

Enumeration Type Documentation

◆ LTEModemStatus

[en] Status code of the modem.
[ja] モデムのステータスコード

Enumerator
LTE_ERROR 

[en] Error

LTE_IDLE 

[en] Powered on

LTE_CONNECTING 

[en] Connecting network

LTE_SEARCHING 

[en] Ready to connect to the APN

LTE_READY 

[en] APN conneced

LTE_OFF 

[en] Powered off

◆ LTENetworkIPType

[en] Internet protocol type.
[ja] インターネット・プロトコル形式

Enumerator
LTE_NET_IPTYPE_V4 

[en] IPv4

LTE_NET_IPTYPE_V6 

[en] IPv6

LTE_NET_IPTYPE_V4V6 

[en] IPv4/v6

◆ LTENetworkAuthType

[en] Authentication type.
[ja] 認証形式

Enumerator
LTE_NET_AUTHTYPE_NONE 

[en] No authentication

LTE_NET_AUTHTYPE_PAP 

[en] PAP

LTE_NET_AUTHTYPE_CHAP 

[en] CHAP