Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
hl78xx_network_operator Struct Reference

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.

Detailed Description

Cached network operator information.

Field Documentation

◆ format

enum hl78xx_operator_format hl78xx_network_operator::format

Current +COPS operator format.

◆ has_mcc

bool hl78xx_network_operator::has_mcc

MCC is available.

◆ has_mnc

bool hl78xx_network_operator::has_mnc

MNC is available.

◆ has_operator

bool hl78xx_network_operator::has_operator

Operator is available.

◆ mcc

uint16_t hl78xx_network_operator::mcc

Mobile country code.

◆ mnc

uint16_t hl78xx_network_operator::mnc

Mobile network code.

◆ operator_name

char hl78xx_network_operator::operator_name[32]

Operator name in the currently selected +COPS format.


The documentation for this struct was generated from the following file: