|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Cached network operator information. More...
#include <zephyr/drivers/modem/hl78xx_apis.h>
Data Fields | |
| bool | has_operator |
| Operator is available. | |
| char | operator_name [32] |
| Operator name in the currently selected +COPS format. | |
| bool | has_mcc |
| MCC is available. | |
| uint16_t | mcc |
| Mobile country code. | |
| bool | has_mnc |
| MNC is available. | |
| uint16_t | mnc |
| Mobile network code. | |
| enum hl78xx_operator_format | format |
| Current +COPS operator format. | |
Cached network operator information.
| enum hl78xx_operator_format hl78xx_network_operator::format |
Current +COPS operator format.
| bool hl78xx_network_operator::has_mcc |
MCC is available.
| bool hl78xx_network_operator::has_mnc |
MNC is available.
| bool hl78xx_network_operator::has_operator |
Operator is available.
| uint16_t hl78xx_network_operator::mcc |
Mobile country code.
| uint16_t hl78xx_network_operator::mnc |
Mobile network code.
| char hl78xx_network_operator::operator_name[32] |
Operator name in the currently selected +COPS format.