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

#include <lte.h>

Collaboration diagram for lte_netinfo:

Public Attributes

uint8_t nw_stat
 
lte_nw_err_info_t nw_err
 
uint8_t pdn_num
 
lte_pdn_tpdn_stat
 

Detailed Description

Definition of lte network information used in get_netinfo_cb_t.

Member Data Documentation

◆ nw_stat

◆ nw_err

LTE network error information. It can be referenced when

◆ pdn_num

uint8_t pdn_num

Number of PDN status informations. The maximum number of PDNs is LTE_SESSION_ID_MAX.

◆ pdn_stat

lte_pdn_t* pdn_stat

List of PDN status. See lte_pdn_t

Attention
When using the lte_getnetinfo, the maximum number of PDNs status areas must be allocated.

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