#include <lte.h>
Public Attributes | |
uint32_t | option |
char | mcc [LTE_MCC_DIGIT] |
uint8_t | mnc_digit |
char | mnc [LTE_MNC_DIGIT_MAX] |
uint8_t | spn_len |
char | spn [LTE_SIMINFO_SPN_LEN] |
uint8_t | iccid_len |
uint8_t | iccid [LTE_SIMINFO_ICCID_LEN] |
uint8_t | imsi_len |
char | imsi [LTE_SIMINFO_IMSI_LEN] |
uint8_t | gid1_len |
char | gid1 [LTE_SIMINFO_GID_LEN] |
uint8_t | gid2_len |
char | gid2 [LTE_SIMINFO_GID_LEN] |
Definition of parameters for SIM information. This is notified by get_siminfo_cb_t
uint32_t option |
Indicates which parameter to get. Bit setting definition is as below.
char mcc[LTE_MCC_DIGIT] |
Mobile Country Code (000-999). It can be referenced when
uint8_t mnc_digit |
Digit number of Mobile Network Code(2-3). It can be referenced when
char mnc[LTE_MNC_DIGIT_MAX] |
Mobile Network Code (00-999). It can be referenced when
uint8_t spn_len |
Length of Service provider name. It can be referenced when
char spn[LTE_SIMINFO_SPN_LEN] |
Service provider name. It can be referenced when
uint8_t iccid_len |
Length of ICCID. It can be referenced when
uint8_t iccid[LTE_SIMINFO_ICCID_LEN] |
ICCID. It can be referenced when
uint8_t imsi_len |
Length of IMSI. It can be referenced when
char imsi[LTE_SIMINFO_IMSI_LEN] |
International Mobile Subscriber Identity. It can be referenced when
uint8_t gid1_len |
Length of GID1. It can be referenced when
char gid1[LTE_SIMINFO_GID_LEN] |
Group Identifier Level 1. It can be referenced when
uint8_t gid2_len |
Length of GID2. It can be referenced when
char gid2[LTE_SIMINFO_GID_LEN] |
Group Identifier Level 1. It can be referenced when