Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of ublox-cellular-base by
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.
| volatile RadioAccessNetworkType rat |
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.
Generated on Wed Jul 13 2022 16:10:43 by
1.7.2
