vdb IOT team / ublox-cellular-base

Fork of ublox-cellular-base by u-blox

Embed: (wiki syntax)

« Back to documentation index

UbloxCellularBase::DeviceInfo Struct Reference

UbloxCellularBase::DeviceInfo Struct Reference

Info about the modem. More...

#include <UbloxCellularBase.h>

Data Fields

char iccid [20+1]
 Integrated Circuit Card ID.
char imsi [15+1]
 International Mobile Station Identity.
char imei [15+1]
 International Mobile Equipment Identity.
char meid [18+1]
 Mobile Equipment IDentifier.
volatile RadioAccessNetworkType rat
 Type of network (e.g. 2G, 3G, LTE).
volatile
NetworkRegistrationStatusCsd 
reg_status_csd
 Circuit switched attach status.
volatile
NetworkRegistrationStatusPsd 
reg_status_psd
 Packet switched attach status.
volatile
NetworkRegistrationStatusEps 
reg_status_eps
 Evolved Packet Switched (e.g. LTE) attach status.

Detailed Description

Info about the modem.

Definition at line 186 of file UbloxCellularBase.h.


Field Documentation

char iccid[20+1]

Integrated Circuit Card ID.

Definition at line 188 of file UbloxCellularBase.h.

char imei[15+1]

International Mobile Equipment Identity.

Definition at line 190 of file UbloxCellularBase.h.

char imsi[15+1]

International Mobile Station Identity.

Definition at line 189 of file UbloxCellularBase.h.

char meid[18+1]

Mobile Equipment IDentifier.

Definition at line 191 of file UbloxCellularBase.h.

Type of network (e.g. 2G, 3G, LTE).

Definition at line 192 of file UbloxCellularBase.h.

Circuit switched attach status.

Definition at line 193 of file UbloxCellularBase.h.

Evolved Packet Switched (e.g. LTE) attach status.

Definition at line 195 of file UbloxCellularBase.h.

Packet switched attach status.

Definition at line 194 of file UbloxCellularBase.h.