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. | |
| volatile ModemPSMState | modem_psm_state |
| last known modem PSM state | |
Detailed Description
Info about the modem.
Definition at line 438 of file UbloxCellularBase.h.
Field Documentation
| char iccid[20+1] |
Integrated Circuit Card ID.
Definition at line 440 of file UbloxCellularBase.h.
| char imei[15+1] |
International Mobile Equipment Identity.
Definition at line 442 of file UbloxCellularBase.h.
| char imsi[15+1] |
International Mobile Station Identity.
Definition at line 441 of file UbloxCellularBase.h.
| char meid[18+1] |
Mobile Equipment IDentifier.
Definition at line 443 of file UbloxCellularBase.h.
| volatile ModemPSMState modem_psm_state |
last known modem PSM state
Definition at line 449 of file UbloxCellularBase.h.
| volatile RadioAccessNetworkType rat |
Type of network (e.g. 2G, 3G, LTE).
Definition at line 444 of file UbloxCellularBase.h.
Circuit switched attach status.
Definition at line 445 of file UbloxCellularBase.h.
Evolved Packet Switched (e.g. LTE) attach status.
Definition at line 447 of file UbloxCellularBase.h.
Packet switched attach status.
Definition at line 446 of file UbloxCellularBase.h.
Generated on Wed Jul 13 2022 03:00:07 by
1.7.2