Developer World
Spresense Arduino Library v3.2.0-77d75a4
LTEDefinition.h File Reference

Definition used in LTE library. More...

#include <string.h>
Include dependency graph for LTEDefinition.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LTEDBG(format, ...)
 
#define LTEERR(format, ...)   ::printf("ERROR: " format, ##__VA_ARGS__)
 
#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...
 

Detailed Description

Definition used in LTE library.

Author
Sony Semiconductor Solutions Corporation

Enumeration Type Documentation

◆ LTENetworkRatType

RAT(Radio Access Technology)

Enumerator
LTE_NET_RAT_UNKNOWN 

[en] RAT(Radio Access Technology): Unknown

LTE_NET_RAT_CATM 

[en] RAT(Radio Access Technology): LTE-M (LTE Cat-M1)

LTE_NET_RAT_NBIOT 

[en] RAT(Radio Access Technology): NB-IoT