Qmi.ClientNas¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Name |
Short Description |
---|---|
The |
|
The |
|
The |
|
The |
|
The |
|
The |
|
The |
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
||
priv_unused |
r |
Class Details¶
- class Qmi.ClientNas(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
The
Qmi.ClientNas
structure contains private data and should only be accessed using the provided API.New in version 1.0.
- attach_detach(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageNasAttachDetachInput
) – aQmi.MessageNasAttachDetachInput
.timeout (
int
) – maximum time to wait for the method to complete, in seconds.cancellable (
Gio.Cancellable
orNone
) – aGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – aGio.AsyncReadyCallback
to call when the request is satisfied.
Asynchronously sends a Attach Detach request to the device.
When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from.
You can then call
Qmi.ClientNas.attach_detach_finish
() to get the result of the operation.New in version 1.20.
- attach_detach_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientNas.attach_detach
().- Raises:
- Returns:
a
Qmi.MessageNasAttachDetachOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageNasAttachDetachOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientNas.attach_detach
().New in version 1.20.
- config_signal_info(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageNasConfigSignalInfoInput
) – aQmi.MessageNasConfigSignalInfoInput
.timeout (
int
) – maximum time to wait for the method to complete, in seconds.cancellable (
Gio.Cancellable
orNone
) – aGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – aGio.AsyncReadyCallback
to call when the request is satisfied.
Asynchronously sends a Config Signal Info request to the device.
When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from.
You can then call
Qmi.ClientNas.config_signal_info_finish
() to get the result of the operation.New in version 1.0.
- config_signal_info_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientNas.config_signal_info
().- Raises:
- Returns:
a
Qmi.MessageNasConfigSignalInfoOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageNasConfigSignalInfoOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientNas.config_signal_info
().New in version 1.0.
- config_signal_info_v2(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageNasConfigSignalInfoV2Input
) – aQmi.MessageNasConfigSignalInfoV2Input
.timeout (
int
) – maximum time to wait for the method to complete, in seconds.cancellable (
Gio.Cancellable
orNone
) – aGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – aGio.AsyncReadyCallback
to call when the request is satisfied.
Asynchronously sends a Config Signal Info v2 request to the device.
When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from.
You can then call
Qmi.ClientNas.config_signal_info_v2_finish
() to get the result of the operation.New in version 1.32.
- config_signal_info_v2_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientNas.config_signal_info_v2
().- Raises:
- Returns:
a
Qmi.MessageNasConfigSignalInfoV2Output
, orNone
if error is set. The returned value should be freed withQmi.MessageNasConfigSignalInfoV2Output.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientNas.config_signal_info_v2
().New in version 1.32.
- force_network_search(unused, timeout, cancellable, callback, *user_data)¶
- Parameters:
unused (
object
orNone
) –None
. This message doesn’t have any input bundle.timeout (
int
) – maximum time to wait for the method to complete, in seconds.cancellable (
Gio.Cancellable
orNone
) – aGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – aGio.AsyncReadyCallback
to call when the request is satisfied.
Asynchronously sends a Force Network Search request to the device.
When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from.
You can then call
Qmi.ClientNas.force_network_search_finish
() to get the result of the operation.New in version 1.16.
- force_network_search_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientNas.force_network_search
().- Raises:
- Returns:
a
Qmi.MessageNasForceNetworkSearchOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageNasForceNetworkSearchOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientNas.force_network_search
().New in version 1.16.
- get_cdma_position_info(unused, timeout, cancellable, callback, *user_data)¶
- Parameters:
unused (
object
orNone
) –None
. This message doesn’t have any input bundle.timeout (
int
) – maximum time to wait for the method to complete, in seconds.cancellable (
Gio.Cancellable
orNone
) – aGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – aGio.AsyncReadyCallback
to call when the request is satisfied.
Asynchronously sends a Get CDMA Position Info request to the device.
When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from.
You can then call
Qmi.ClientNas.get_cdma_position_info_finish
() to get the result of the operation.New in version 1.0.
- get_cdma_position_info_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientNas.get_cdma_position_info
().- Raises:
- Returns:
a
Qmi.MessageNasGetCdmaPositionInfoOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageNasGetCdmaPositionInfoOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientNas.get_cdma_position_info
().New in version 1.0.
- get_cell_location_info(unused, timeout, cancellable, callback, *user_data)¶
- Parameters:
unused (
object
orNone
) –None
. This message doesn’t have any input bundle.timeout (
int
) – maximum time to wait for the method to complete, in seconds.cancellable (
Gio.Cancellable
orNone
) – aGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – aGio.AsyncReadyCallback
to call when the request is satisfied.
Asynchronously sends a Get Cell Location Info request to the device.
When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from.
You can then call
Qmi.ClientNas.get_cell_location_info_finish
() to get the result of the operation.New in version 1.10.
- get_cell_location_info_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientNas.get_cell_location_info
().- Raises:
- Returns:
a
Qmi.MessageNasGetCellLocationInfoOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageNasGetCellLocationInfoOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientNas.get_cell_location_info
().New in version 1.10.
- get_drx(unused, timeout, cancellable, callback, *user_data)¶
- Parameters:
unused (
object
orNone
) –None
. This message doesn’t have any input bundle.timeout (
int
) – maximum time to wait for the method to complete, in seconds.cancellable (
Gio.Cancellable
orNone
) – aGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – aGio.AsyncReadyCallback
to call when the request is satisfied.
Asynchronously sends a Get DRX request to the device.
When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from.
You can then call
Qmi.ClientNas.get_drx_finish
() to get the result of the operation.New in version 1.28.
- get_drx_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientNas.get_drx
().- Raises:
- Returns:
a
Qmi.MessageNasGetDrxOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageNasGetDrxOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientNas.get_drx
().New in version 1.28.
- get_home_network(unused, timeout, cancellable, callback, *user_data)¶
- Parameters:
unused (
object
orNone
) –None
. This message doesn’t have any input bundle.timeout (
int
) – maximum time to wait for the method to complete, in seconds.cancellable (
Gio.Cancellable
orNone
) – aGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – aGio.AsyncReadyCallback
to call when the request is satisfied.
Asynchronously sends a Get Home Network request to the device.
When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from.
You can then call
Qmi.ClientNas.get_home_network_finish
() to get the result of the operation.New in version 1.0.
- get_home_network_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientNas.get_home_network
().- Raises:
- Returns:
a
Qmi.MessageNasGetHomeNetworkOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageNasGetHomeNetworkOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientNas.get_home_network
().New in version 1.0.
- get_lte_cphy_ca_info(unused, timeout, cancellable, callback, *user_data)¶
- Parameters:
unused (
object
orNone
) –None
. This message doesn’t have any input bundle.timeout (
int
) – maximum time to wait for the method to complete, in seconds.cancellable (
Gio.Cancellable
orNone
) – aGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – aGio.AsyncReadyCallback
to call when the request is satisfied.
Asynchronously sends a Get LTE Cphy CA Info request to the device.
When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from.
You can then call
Qmi.ClientNas.get_lte_cphy_ca_info_finish
() to get the result of the operation.New in version 1.16.
- get_lte_cphy_ca_info_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientNas.get_lte_cphy_ca_info
().- Raises:
- Returns:
a
Qmi.MessageNasGetLteCphyCaInfoOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageNasGetLteCphyCaInfoOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientNas.get_lte_cphy_ca_info
().New in version 1.16.
- get_operator_name(unused, timeout, cancellable, callback, *user_data)¶
- Parameters:
unused (
object
orNone
) –None
. This message doesn’t have any input bundle.timeout (
int
) – maximum time to wait for the method to complete, in seconds.cancellable (
Gio.Cancellable
orNone
) – aGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – aGio.AsyncReadyCallback
to call when the request is satisfied.
Asynchronously sends a Get Operator Name request to the device.
When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from.
You can then call
Qmi.ClientNas.get_operator_name_finish
() to get the result of the operation.New in version 1.18.
- get_operator_name_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientNas.get_operator_name
().- Raises:
- Returns:
a
Qmi.MessageNasGetOperatorNameOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageNasGetOperatorNameOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientNas.get_operator_name
().New in version 1.18.
- get_plmn_name(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageNasGetPlmnNameInput
) – aQmi.MessageNasGetPlmnNameInput
.timeout (
int
) – maximum time to wait for the method to complete, in seconds.cancellable (
Gio.Cancellable
orNone
) – aGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – aGio.AsyncReadyCallback
to call when the request is satisfied.
Asynchronously sends a Get PLMN Name request to the device.
When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from.
You can then call
Qmi.ClientNas.get_plmn_name_finish
() to get the result of the operation.New in version 1.28.
- get_plmn_name_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientNas.get_plmn_name
().- Raises:
- Returns:
a
Qmi.MessageNasGetPlmnNameOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageNasGetPlmnNameOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientNas.get_plmn_name
().New in version 1.28.
- get_preferred_networks(unused, timeout, cancellable, callback, *user_data)¶
- Parameters:
unused (
object
orNone
) –None
. This message doesn’t have any input bundle.timeout (
int
) – maximum time to wait for the method to complete, in seconds.cancellable (
Gio.Cancellable
orNone
) – aGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – aGio.AsyncReadyCallback
to call when the request is satisfied.
Asynchronously sends a Get Preferred Networks request to the device.
When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from.
You can then call
Qmi.ClientNas.get_preferred_networks_finish
() to get the result of the operation.New in version 1.30.
- get_preferred_networks_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientNas.get_preferred_networks
().- Raises:
- Returns:
a
Qmi.MessageNasGetPreferredNetworksOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageNasGetPreferredNetworksOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientNas.get_preferred_networks
().New in version 1.30.
- get_rf_band_information(unused, timeout, cancellable, callback, *user_data)¶
- Parameters:
unused (
object
orNone
) –None
. This message doesn’t have any input bundle.timeout (
int
) – maximum time to wait for the method to complete, in seconds.cancellable (
Gio.Cancellable
orNone
) – aGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – aGio.AsyncReadyCallback
to call when the request is satisfied.
Asynchronously sends a Get RF Band Information request to the device.
When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from.
You can then call
Qmi.ClientNas.get_rf_band_information_finish
() to get the result of the operation.New in version 1.0.
- get_rf_band_information_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientNas.get_rf_band_information
().- Raises:
- Returns:
a
Qmi.MessageNasGetRfBandInformationOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageNasGetRfBandInformationOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientNas.get_rf_band_information
().New in version 1.0.
- get_serving_system(unused, timeout, cancellable, callback, *user_data)¶
- Parameters:
unused (
object
orNone
) –None
. This message doesn’t have any input bundle.timeout (
int
) – maximum time to wait for the method to complete, in seconds.cancellable (
Gio.Cancellable
orNone
) – aGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – aGio.AsyncReadyCallback
to call when the request is satisfied.
Asynchronously sends a Get Serving System request to the device.
When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from.
You can then call
Qmi.ClientNas.get_serving_system_finish
() to get the result of the operation.New in version 1.0.
- get_serving_system_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientNas.get_serving_system
().- Raises:
- Returns:
a
Qmi.MessageNasGetServingSystemOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageNasGetServingSystemOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientNas.get_serving_system
().New in version 1.0.
- get_signal_info(unused, timeout, cancellable, callback, *user_data)¶
- Parameters:
unused (
object
orNone
) –None
. This message doesn’t have any input bundle.timeout (
int
) – maximum time to wait for the method to complete, in seconds.cancellable (
Gio.Cancellable
orNone
) – aGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – aGio.AsyncReadyCallback
to call when the request is satisfied.
Asynchronously sends a Get Signal Info request to the device.
When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from.
You can then call
Qmi.ClientNas.get_signal_info_finish
() to get the result of the operation.New in version 1.0.
- get_signal_info_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientNas.get_signal_info
().- Raises:
- Returns:
a
Qmi.MessageNasGetSignalInfoOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageNasGetSignalInfoOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientNas.get_signal_info
().New in version 1.0.
- get_signal_strength(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageNasGetSignalStrengthInput
) – aQmi.MessageNasGetSignalStrengthInput
.timeout (
int
) – maximum time to wait for the method to complete, in seconds.cancellable (
Gio.Cancellable
orNone
) – aGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – aGio.AsyncReadyCallback
to call when the request is satisfied.
Asynchronously sends a Get Signal Strength request to the device.
When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from.
You can then call
Qmi.ClientNas.get_signal_strength_finish
() to get the result of the operation.New in version 1.0.
- get_signal_strength_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientNas.get_signal_strength
().- Raises:
- Returns:
a
Qmi.MessageNasGetSignalStrengthOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageNasGetSignalStrengthOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientNas.get_signal_strength
().New in version 1.0.
- get_supported_messages(unused, timeout, cancellable, callback, *user_data)¶
- Parameters:
unused (
object
orNone
) –None
. This message doesn’t have any input bundle.timeout (
int
) – maximum time to wait for the method to complete, in seconds.cancellable (
Gio.Cancellable
orNone
) – aGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – aGio.AsyncReadyCallback
to call when the request is satisfied.
Asynchronously sends a Get Supported Messages request to the device.
When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from.
You can then call
Qmi.ClientNas.get_supported_messages_finish
() to get the result of the operation.New in version 1.14.
- get_supported_messages_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientNas.get_supported_messages
().- Raises:
- Returns:
a
Qmi.MessageNasGetSupportedMessagesOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageNasGetSupportedMessagesOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientNas.get_supported_messages
().New in version 1.14.
- get_system_info(unused, timeout, cancellable, callback, *user_data)¶
- Parameters:
unused (
object
orNone
) –None
. This message doesn’t have any input bundle.timeout (
int
) – maximum time to wait for the method to complete, in seconds.cancellable (
Gio.Cancellable
orNone
) – aGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – aGio.AsyncReadyCallback
to call when the request is satisfied.
Asynchronously sends a Get System Info request to the device.
When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from.
You can then call
Qmi.ClientNas.get_system_info_finish
() to get the result of the operation.New in version 1.0.
- get_system_info_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientNas.get_system_info
().- Raises:
- Returns:
a
Qmi.MessageNasGetSystemInfoOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageNasGetSystemInfoOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientNas.get_system_info
().New in version 1.0.
- get_system_selection_preference(unused, timeout, cancellable, callback, *user_data)¶
- Parameters:
unused (
object
orNone
) –None
. This message doesn’t have any input bundle.timeout (
int
) – maximum time to wait for the method to complete, in seconds.cancellable (
Gio.Cancellable
orNone
) – aGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – aGio.AsyncReadyCallback
to call when the request is satisfied.
Asynchronously sends a Get System Selection Preference request to the device.
When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from.
You can then call
Qmi.ClientNas.get_system_selection_preference_finish
() to get the result of the operation.New in version 1.0.
- get_system_selection_preference_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientNas.get_system_selection_preference
().- Raises:
- Returns:
a
Qmi.MessageNasGetSystemSelectionPreferenceOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageNasGetSystemSelectionPreferenceOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientNas.get_system_selection_preference
().New in version 1.0.
- get_technology_preference(unused, timeout, cancellable, callback, *user_data)¶
- Parameters:
unused (
object
orNone
) –None
. This message doesn’t have any input bundle.timeout (
int
) – maximum time to wait for the method to complete, in seconds.cancellable (
Gio.Cancellable
orNone
) – aGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – aGio.AsyncReadyCallback
to call when the request is satisfied.
Asynchronously sends a Get Technology Preference request to the device.
When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from.
You can then call
Qmi.ClientNas.get_technology_preference_finish
() to get the result of the operation.New in version 1.0.
- get_technology_preference_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientNas.get_technology_preference
().- Raises:
- Returns:
a
Qmi.MessageNasGetTechnologyPreferenceOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageNasGetTechnologyPreferenceOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientNas.get_technology_preference
().New in version 1.0.
- get_tx_rx_info(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageNasGetTxRxInfoInput
) – aQmi.MessageNasGetTxRxInfoInput
.timeout (
int
) – maximum time to wait for the method to complete, in seconds.cancellable (
Gio.Cancellable
orNone
) – aGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – aGio.AsyncReadyCallback
to call when the request is satisfied.
Asynchronously sends a Get Tx Rx Info request to the device.
When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from.
You can then call
Qmi.ClientNas.get_tx_rx_info_finish
() to get the result of the operation.New in version 1.6.
- get_tx_rx_info_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientNas.get_tx_rx_info
().- Raises:
- Returns:
a
Qmi.MessageNasGetTxRxInfoOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageNasGetTxRxInfoOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientNas.get_tx_rx_info
().New in version 1.6.
- initiate_network_register(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageNasInitiateNetworkRegisterInput
) – aQmi.MessageNasInitiateNetworkRegisterInput
.timeout (
int
) – maximum time to wait for the method to complete, in seconds.cancellable (
Gio.Cancellable
orNone
) – aGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – aGio.AsyncReadyCallback
to call when the request is satisfied.
Asynchronously sends a Initiate Network Register request to the device.
When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from.
You can then call
Qmi.ClientNas.initiate_network_register_finish
() to get the result of the operation.New in version 1.0.
- initiate_network_register_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientNas.initiate_network_register
().- Raises:
- Returns:
a
Qmi.MessageNasInitiateNetworkRegisterOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageNasInitiateNetworkRegisterOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientNas.initiate_network_register
().New in version 1.0.
- network_scan(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageNasNetworkScanInput
) – aQmi.MessageNasNetworkScanInput
.timeout (
int
) – maximum time to wait for the method to complete, in seconds.cancellable (
Gio.Cancellable
orNone
) – aGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – aGio.AsyncReadyCallback
to call when the request is satisfied.
Asynchronously sends a Network Scan request to the device.
This message is abortable. If cancellable is cancelled or if timeout expires, an abort request will be sent to the device, and the asynchronous operation will not return until the abort response is received. It is not an error if a successful response is returned for the asynchronous operation even after the user has cancelled the cancellable, because it may happen that the response is received before the modem had a chance to run the abort.
When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from.
You can then call
Qmi.ClientNas.network_scan_finish
() to get the result of the operation.New in version 1.0.
- network_scan_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientNas.network_scan
().- Raises:
- Returns:
a
Qmi.MessageNasNetworkScanOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageNasNetworkScanOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientNas.network_scan
().New in version 1.0.
- register_indications(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageNasRegisterIndicationsInput
) – aQmi.MessageNasRegisterIndicationsInput
.timeout (
int
) – maximum time to wait for the method to complete, in seconds.cancellable (
Gio.Cancellable
orNone
) – aGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – aGio.AsyncReadyCallback
to call when the request is satisfied.
Asynchronously sends a Register Indications request to the device.
When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from.
You can then call
Qmi.ClientNas.register_indications_finish
() to get the result of the operation.New in version 1.0.
- register_indications_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientNas.register_indications
().- Raises:
- Returns:
a
Qmi.MessageNasRegisterIndicationsOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageNasRegisterIndicationsOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientNas.register_indications
().New in version 1.0.
- reset(unused, timeout, cancellable, callback, *user_data)¶
- Parameters:
unused (
object
orNone
) –None
. This message doesn’t have any input bundle.timeout (
int
) – maximum time to wait for the method to complete, in seconds.cancellable (
Gio.Cancellable
orNone
) – aGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – aGio.AsyncReadyCallback
to call when the request is satisfied.
Asynchronously sends a Reset request to the device.
When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from.
You can then call
Qmi.ClientNas.reset_finish
() to get the result of the operation.New in version 1.0.
- reset_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientNas.reset
().- Raises:
- Returns:
a
Qmi.MessageNasResetOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageNasResetOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientNas.reset
().New in version 1.0.
- set_event_report(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageNasSetEventReportInput
) – aQmi.MessageNasSetEventReportInput
.timeout (
int
) – maximum time to wait for the method to complete, in seconds.cancellable (
Gio.Cancellable
orNone
) – aGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – aGio.AsyncReadyCallback
to call when the request is satisfied.
Asynchronously sends a Set Event Report request to the device.
When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from.
You can then call
Qmi.ClientNas.set_event_report_finish
() to get the result of the operation.New in version 1.0.
- set_event_report_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientNas.set_event_report
().- Raises:
- Returns:
a
Qmi.MessageNasSetEventReportOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageNasSetEventReportOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientNas.set_event_report
().New in version 1.0.
- set_preferred_networks(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageNasSetPreferredNetworksInput
) – aQmi.MessageNasSetPreferredNetworksInput
.timeout (
int
) – maximum time to wait for the method to complete, in seconds.cancellable (
Gio.Cancellable
orNone
) – aGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – aGio.AsyncReadyCallback
to call when the request is satisfied.
Asynchronously sends a Set Preferred Networks request to the device.
When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from.
You can then call
Qmi.ClientNas.set_preferred_networks_finish
() to get the result of the operation.New in version 1.30.
- set_preferred_networks_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientNas.set_preferred_networks
().- Raises:
- Returns:
a
Qmi.MessageNasSetPreferredNetworksOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageNasSetPreferredNetworksOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientNas.set_preferred_networks
().New in version 1.30.
- set_system_selection_preference(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageNasSetSystemSelectionPreferenceInput
) – aQmi.MessageNasSetSystemSelectionPreferenceInput
.timeout (
int
) – maximum time to wait for the method to complete, in seconds.cancellable (
Gio.Cancellable
orNone
) – aGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – aGio.AsyncReadyCallback
to call when the request is satisfied.
Asynchronously sends a Set System Selection Preference request to the device.
When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from.
You can then call
Qmi.ClientNas.set_system_selection_preference_finish
() to get the result of the operation.New in version 1.0.
- set_system_selection_preference_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientNas.set_system_selection_preference
().- Raises:
- Returns:
a
Qmi.MessageNasSetSystemSelectionPreferenceOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageNasSetSystemSelectionPreferenceOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientNas.set_system_selection_preference
().New in version 1.0.
- set_technology_preference(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageNasSetTechnologyPreferenceInput
) – aQmi.MessageNasSetTechnologyPreferenceInput
.timeout (
int
) – maximum time to wait for the method to complete, in seconds.cancellable (
Gio.Cancellable
orNone
) – aGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – aGio.AsyncReadyCallback
to call when the request is satisfied.
Asynchronously sends a Set Technology Preference request to the device.
When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from.
You can then call
Qmi.ClientNas.set_technology_preference_finish
() to get the result of the operation.New in version 1.0.
- set_technology_preference_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientNas.set_technology_preference
().- Raises:
- Returns:
a
Qmi.MessageNasSetTechnologyPreferenceOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageNasSetTechnologyPreferenceOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientNas.set_technology_preference
().New in version 1.0.
- swi_get_status(unused, timeout, cancellable, callback, *user_data)¶
- Parameters:
unused (
object
orNone
) –None
. This message doesn’t have any input bundle.timeout (
int
) – maximum time to wait for the method to complete, in seconds.cancellable (
Gio.Cancellable
orNone
) – aGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – aGio.AsyncReadyCallback
to call when the request is satisfied.
Asynchronously sends a Swi Get Status request to the device.
When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from.
You can then call
Qmi.ClientNas.swi_get_status_finish
() to get the result of the operation.New in version 1.24.
- swi_get_status_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientNas.swi_get_status
().- Raises:
- Returns:
a
Qmi.MessageNasSwiGetStatusOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageNasSwiGetStatusOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientNas.swi_get_status
().New in version 1.24.
Signal Details¶
- Qmi.ClientNas.signals.event_report(client_nas, output)¶
- Signal Name:
event-report
- Flags:
- Parameters:
client_nas (
Qmi.ClientNas
) – The object which received the signaloutput (
Qmi.IndicationNasEventReportOutput
) – AQmi.IndicationNasEventReportOutput
.
The
::event-report
signal gets emitted when a ‘’Event Report [libqmi-glib-NAS-Event-Report-indication.top_of_page]’’ indication is received.New in version 1.0.
- Qmi.ClientNas.signals.network_reject(client_nas, output)¶
- Signal Name:
network-reject
- Flags:
- Parameters:
client_nas (
Qmi.ClientNas
) – The object which received the signaloutput (
Qmi.IndicationNasNetworkRejectOutput
) – AQmi.IndicationNasNetworkRejectOutput
.
The
::network-reject
signal gets emitted when a ‘’Network Reject [libqmi-glib-NAS-Network-Reject-indication.top_of_page]’’ indication is received.New in version 1.30.
- Qmi.ClientNas.signals.network_time(client_nas, output)¶
- Signal Name:
network-time
- Flags:
- Parameters:
client_nas (
Qmi.ClientNas
) – The object which received the signaloutput (
Qmi.IndicationNasNetworkTimeOutput
) – AQmi.IndicationNasNetworkTimeOutput
.
The
::network-time
signal gets emitted when a ‘’Network Time [libqmi-glib-NAS-Network-Time-indication.top_of_page]’’ indication is received.New in version 1.0.
- Qmi.ClientNas.signals.operator_name(client_nas, output)¶
- Signal Name:
operator-name
- Flags:
- Parameters:
client_nas (
Qmi.ClientNas
) – The object which received the signaloutput (
Qmi.IndicationNasOperatorNameOutput
) – AQmi.IndicationNasOperatorNameOutput
.
The
::operator-name
signal gets emitted when a ‘’Operator Name [libqmi-glib-NAS-Operator-Name-indication.top_of_page]’’ indication is received.New in version 1.18.
- Qmi.ClientNas.signals.serving_system(client_nas, output)¶
- Signal Name:
serving-system
- Flags:
- Parameters:
client_nas (
Qmi.ClientNas
) – The object which received the signaloutput (
Qmi.IndicationNasServingSystemOutput
) – AQmi.IndicationNasServingSystemOutput
.
The
::serving-system
signal gets emitted when a ‘’Serving System [libqmi-glib-NAS-Serving-System-indication.top_of_page]’’ indication is received.New in version 1.0.
- Qmi.ClientNas.signals.signal_info(client_nas, output)¶
- Signal Name:
signal-info
- Flags:
- Parameters:
client_nas (
Qmi.ClientNas
) – The object which received the signaloutput (
Qmi.IndicationNasSignalInfoOutput
) – AQmi.IndicationNasSignalInfoOutput
.
The
::signal-info
signal gets emitted when a ‘’Signal Info [libqmi-glib-NAS-Signal-Info-indication.top_of_page]’’ indication is received.New in version 1.0.
- Qmi.ClientNas.signals.system_info(client_nas, output)¶
- Signal Name:
system-info
- Flags:
- Parameters:
client_nas (
Qmi.ClientNas
) – The object which received the signaloutput (
Qmi.IndicationNasSystemInfoOutput
) – AQmi.IndicationNasSystemInfoOutput
.
The
::system-info
signal gets emitted when a ‘’System Info [libqmi-glib-NAS-System-Info-indication.top_of_page]’’ indication is received.New in version 1.0.