Developer World
Spresense SDK Library v3.2.0-ebc0364
lte_apn_setting Struct Reference

#include <lte.h>

Public Attributes

char * apn
 
uint8_t ip_type
 
uint8_t auth_type
 
uint32_t apn_type
 
char * user_name
 
char * password
 

Detailed Description

Definition of APN setting used in lte_activate_pdn().

Member Data Documentation

◆ apn

char* apn

Access point name. It is terminated with '\0'. Maximum length is LTE_APN_LEN including '\0'.

◆ ip_type

uint8_t ip_type

Type of IP for APN. Definition is as below.

◆ auth_type

uint8_t auth_type

Type of Authentication. Definition is as below.

◆ apn_type

◆ user_name

char* user_name

User name. It is terminated with '\0'. Maximum length is LTE_APN_USER_NAME_LEN including '\0'.

◆ password

char* password

Password. It is terminated with '\0'. Maximum length is LTE_APN_PASSWD_LEN including '\0'.


The documentation for this struct was generated from the following file: