#include <lte.h>
Public Attributes | |
char * | apn |
uint8_t | ip_type |
uint8_t | auth_type |
uint32_t | apn_type |
char * | user_name |
char * | password |
Definition of APN setting used in lte_activate_pdn().
char* apn |
Access point name. It is terminated with '\0'. Maximum length is LTE_APN_LEN including '\0'.
uint8_t ip_type |
Type of IP for APN. Definition is as below.
uint8_t auth_type |
Type of Authentication. Definition is as below.
uint32_t apn_type |
Type of APN. Bit setting definition is as below.
char* user_name |
User name. It is terminated with '\0'. Maximum length is LTE_APN_USER_NAME_LEN including '\0'.
char* password |
Password. It is terminated with '\0'. Maximum length is LTE_APN_PASSWD_LEN including '\0'.