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.
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 317 of file UbloxCellularBase.h.
Field Documentation
| char iccid[20+1] |
Integrated Circuit Card ID.
Definition at line 319 of file UbloxCellularBase.h.
| char imei[15+1] |
International Mobile Equipment Identity.
Definition at line 321 of file UbloxCellularBase.h.
| char imsi[15+1] |
International Mobile Station Identity.
Definition at line 320 of file UbloxCellularBase.h.
| char meid[18+1] |
Mobile Equipment IDentifier.
Definition at line 322 of file UbloxCellularBase.h.
| volatile RadioAccessNetworkType rat |
Type of network (e.g. 2G, 3G, LTE).
Definition at line 323 of file UbloxCellularBase.h.
Circuit switched attach status.
Definition at line 324 of file UbloxCellularBase.h.
Evolved Packet Switched (e.g. LTE) attach status.
Definition at line 326 of file UbloxCellularBase.h.
Packet switched attach status.
Definition at line 325 of file UbloxCellularBase.h.
Generated on Sun Jul 31 2022 21:56:42 by
1.7.2