View Source QMI.NetworkAccess (qmi v0.8.3)
Provides commands related to network access
Link to this section Summary
Functions
Get the home network of the device
Get the current signal strength
Get the system selection preferences
Set the system selection preferences
Link to this section Functions
Specs
get_home_network(QMI.name()) :: {:ok, QMI.Codec.NetworkAccess.home_network_report()} | {:error, atom()}
Get the home network of the device
This returns the MCC, MNC, and service provider for the network.
Specs
get_rf_band_info(QMI.name()) :: {:ok, [QMI.Codec.NetworkAccess.rf_band_information()]} | {:error, atom()}
Specs
get_signal_strength(QMI.name()) :: {:ok, QMI.Codec.NetworkAccess.signal_strength_report()} | {:error, atom()}
Get the current signal strength
Specs
get_system_selection_preference(QMI.name()) :: {:ok, QMI.Codec.NetworkAccess.get_system_selection_preference_response()} | {:error, atom()}
Get the system selection preferences
Specs
set_system_selection_preference(QMI.name(), [ QMI.Codec.NetworkAccess.set_system_selection_preference_opt() ]) :: :ok | {:error, atom()}
Set the system selection preferences