FreeRTOS: FreeRTOS Cellular Library v1.2.0
FreeRTOS Cellular Library
CellularSimCardInfo_t Struct Reference

SIM Card information. More...

#include <cellular_types.h>

Data Fields

char iccid [CELLULAR_ICCID_MAX_SIZE+1]
 
char imsi [CELLULAR_IMSI_MAX_SIZE+1]
 
CellularPlmnInfo_t plmn
 

Detailed Description

SIM Card information.

Field Documentation

◆ iccid

char CellularSimCardInfo_t::iccid[CELLULAR_ICCID_MAX_SIZE+1]

Integrated Circuit Card Identifier aka SIM Card Number.

◆ imsi

char CellularSimCardInfo_t::imsi[CELLULAR_IMSI_MAX_SIZE+1]

International Mobile Subscriber Identity.

◆ plmn

CellularPlmnInfo_t CellularSimCardInfo_t::plmn

Public Land Mobile Network (PLMN) information.


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