Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
cellular_driver_api Struct Reference

@driver_ops{Cellular} More...

#include <cellular.h>

Data Fields

cellular_api_configure_networks configure_networks
 @driver_ops_optional Configure cellular networks for the device.
cellular_api_get_supported_networks get_supported_networks
 @driver_ops_optional Get supported cellular networks for the device.
cellular_api_get_signal get_signal
 @driver_ops_optional Get signal for the device.
cellular_api_get_modem_info get_modem_info
 @driver_ops_optional Get modem info for the device.
cellular_api_get_registration_status get_registration_status
 @driver_ops_optional Get network registration status for the device.
cellular_api_set_apn set_apn
 @driver_ops_optional Set the APN used for PDP context.
cellular_api_set_callback set_callback
 @driver_ops_optional Subscribe to asynchronous cellular events.

Detailed Description

@driver_ops{Cellular}

Field Documentation

◆ configure_networks

cellular_api_configure_networks cellular_driver_api::configure_networks

@driver_ops_optional Configure cellular networks for the device.

◆ get_modem_info

cellular_api_get_modem_info cellular_driver_api::get_modem_info

@driver_ops_optional Get modem info for the device.

◆ get_registration_status

cellular_api_get_registration_status cellular_driver_api::get_registration_status

@driver_ops_optional Get network registration status for the device.

◆ get_signal

cellular_api_get_signal cellular_driver_api::get_signal

@driver_ops_optional Get signal for the device.

◆ get_supported_networks

cellular_api_get_supported_networks cellular_driver_api::get_supported_networks

@driver_ops_optional Get supported cellular networks for the device.

◆ set_apn

cellular_api_set_apn cellular_driver_api::set_apn

@driver_ops_optional Set the APN used for PDP context.

◆ set_callback

cellular_api_set_callback cellular_driver_api::set_callback

@driver_ops_optional Subscribe to asynchronous cellular events.


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