Qmi.ClientWds¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Name |
Short Description |
---|---|
The |
|
The |
|
The |
|
The |
|
The |
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
||
priv_unused |
r |
Class Details¶
- class Qmi.ClientWds(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
The
Qmi.ClientWds
structure contains private data and should only be accessed using the provided API.New in version 1.0.
- bind_data_port(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageWdsBindDataPortInput
) – aQmi.MessageWdsBindDataPortInput
.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 Bind Data Port 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.ClientWds.bind_data_port_finish
() to get the result of the operation.New in version 1.28.
- bind_data_port_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientWds.bind_data_port
().- Raises:
- Returns:
a
Qmi.MessageWdsBindDataPortOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageWdsBindDataPortOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientWds.bind_data_port
().New in version 1.28.
- bind_mux_data_port(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageWdsBindMuxDataPortInput
) – aQmi.MessageWdsBindMuxDataPortInput
.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 Bind Mux Data Port 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.ClientWds.bind_mux_data_port_finish
() to get the result of the operation.New in version 1.18.
- bind_mux_data_port_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientWds.bind_mux_data_port
().- Raises:
- Returns:
a
Qmi.MessageWdsBindMuxDataPortOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageWdsBindMuxDataPortOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientWds.bind_mux_data_port
().New in version 1.18.
- configure_profile_event_list(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageWdsConfigureProfileEventListInput
) – aQmi.MessageWdsConfigureProfileEventListInput
.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 Configure Profile Event List 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.ClientWds.configure_profile_event_list_finish
() to get the result of the operation.New in version 1.34.
- configure_profile_event_list_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientWds.configure_profile_event_list
().- Raises:
- Returns:
a
Qmi.MessageWdsConfigureProfileEventListOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageWdsConfigureProfileEventListOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientWds.configure_profile_event_list
().New in version 1.34.
- create_profile(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageWdsCreateProfileInput
) – aQmi.MessageWdsCreateProfileInput
.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 Create Profile 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.ClientWds.create_profile_finish
() to get the result of the operation.New in version 1.18.
- create_profile_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientWds.create_profile
().- Raises:
- Returns:
a
Qmi.MessageWdsCreateProfileOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageWdsCreateProfileOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientWds.create_profile
().New in version 1.18.
- delete_profile(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageWdsDeleteProfileInput
) – aQmi.MessageWdsDeleteProfileInput
.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 Delete Profile 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.ClientWds.delete_profile_finish
() to get the result of the operation.New in version 1.18.
- delete_profile_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientWds.delete_profile
().- Raises:
- Returns:
a
Qmi.MessageWdsDeleteProfileOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageWdsDeleteProfileOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientWds.delete_profile
().New in version 1.18.
- get_autoconnect_settings(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 Autoconnect Settings 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.ClientWds.get_autoconnect_settings_finish
() to get the result of the operation.New in version 1.14.
- get_autoconnect_settings_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientWds.get_autoconnect_settings
().- Raises:
- Returns:
a
Qmi.MessageWdsGetAutoconnectSettingsOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageWdsGetAutoconnectSettingsOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientWds.get_autoconnect_settings
().New in version 1.14.
- get_channel_rates(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 Channel Rates 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.ClientWds.get_channel_rates_finish
() to get the result of the operation.New in version 1.20.
- get_channel_rates_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientWds.get_channel_rates
().- Raises:
- Returns:
a
Qmi.MessageWdsGetChannelRatesOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageWdsGetChannelRatesOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientWds.get_channel_rates
().New in version 1.20.
- get_current_data_bearer_technology(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 Current Data Bearer Technology 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.ClientWds.get_current_data_bearer_technology_finish
() to get the result of the operation.New in version 1.0.
- get_current_data_bearer_technology_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientWds.get_current_data_bearer_technology
().- Raises:
- Returns:
a
Qmi.MessageWdsGetCurrentDataBearerTechnologyOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageWdsGetCurrentDataBearerTechnologyOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientWds.get_current_data_bearer_technology
().New in version 1.0.
- get_current_settings(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageWdsGetCurrentSettingsInput
) – aQmi.MessageWdsGetCurrentSettingsInput
.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 Current Settings 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.ClientWds.get_current_settings_finish
() to get the result of the operation.New in version 1.0.
- get_current_settings_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientWds.get_current_settings
().- Raises:
- Returns:
a
Qmi.MessageWdsGetCurrentSettingsOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageWdsGetCurrentSettingsOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientWds.get_current_settings
().New in version 1.0.
- get_data_bearer_technology(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 Data Bearer Technology 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.ClientWds.get_data_bearer_technology_finish
() to get the result of the operation.New in version 1.0.
- get_data_bearer_technology_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientWds.get_data_bearer_technology
().- Raises:
- Returns:
a
Qmi.MessageWdsGetDataBearerTechnologyOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageWdsGetDataBearerTechnologyOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientWds.get_data_bearer_technology
().New in version 1.0.
- get_default_profile_number(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageWdsGetDefaultProfileNumberInput
) – aQmi.MessageWdsGetDefaultProfileNumberInput
.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 Default Profile Number 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.ClientWds.get_default_profile_number_finish
() to get the result of the operation.New in version 1.28.
- get_default_profile_number_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientWds.get_default_profile_number
().- Raises:
- Returns:
a
Qmi.MessageWdsGetDefaultProfileNumberOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageWdsGetDefaultProfileNumberOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientWds.get_default_profile_number
().New in version 1.28.
- get_default_settings(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageWdsGetDefaultSettingsInput
) – aQmi.MessageWdsGetDefaultSettingsInput
.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 Default Settings 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.ClientWds.get_default_settings_finish
() to get the result of the operation.New in version 1.8.
- get_default_settings_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientWds.get_default_settings
().- Raises:
- Returns:
a
Qmi.MessageWdsGetDefaultSettingsOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageWdsGetDefaultSettingsOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientWds.get_default_settings
().New in version 1.8.
- get_dormancy_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 Get Dormancy 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.ClientWds.get_dormancy_status_finish
() to get the result of the operation.New in version 1.14.
- get_dormancy_status_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientWds.get_dormancy_status
().- Raises:
- Returns:
a
Qmi.MessageWdsGetDormancyStatusOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageWdsGetDormancyStatusOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientWds.get_dormancy_status
().New in version 1.14.
- get_lte_attach_parameters(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 Attach Parameters 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.ClientWds.get_lte_attach_parameters_finish
() to get the result of the operation.New in version 1.28.
- get_lte_attach_parameters_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientWds.get_lte_attach_parameters
().- Raises:
- Returns:
a
Qmi.MessageWdsGetLteAttachParametersOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageWdsGetLteAttachParametersOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientWds.get_lte_attach_parameters
().New in version 1.28.
- get_lte_attach_pdn_list(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 Attach PDN List 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.ClientWds.get_lte_attach_pdn_list_finish
() to get the result of the operation.New in version 1.28.
- get_lte_attach_pdn_list_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientWds.get_lte_attach_pdn_list
().- Raises:
- Returns:
a
Qmi.MessageWdsGetLteAttachPdnListOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageWdsGetLteAttachPdnListOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientWds.get_lte_attach_pdn_list
().New in version 1.28.
- get_max_lte_attach_pdn_number(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 Max LTE Attach PDN Number 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.ClientWds.get_max_lte_attach_pdn_number_finish
() to get the result of the operation.New in version 1.28.
- get_max_lte_attach_pdn_number_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientWds.get_max_lte_attach_pdn_number
().- Raises:
- Returns:
a
Qmi.MessageWdsGetMaxLteAttachPdnNumberOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageWdsGetMaxLteAttachPdnNumberOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientWds.get_max_lte_attach_pdn_number
().New in version 1.28.
- get_packet_service_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 Get Packet Service 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.ClientWds.get_packet_service_status_finish
() to get the result of the operation.New in version 1.0.
- get_packet_service_status_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientWds.get_packet_service_status
().- Raises:
- Returns:
a
Qmi.MessageWdsGetPacketServiceStatusOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageWdsGetPacketServiceStatusOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientWds.get_packet_service_status
().New in version 1.0.
- get_packet_statistics(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageWdsGetPacketStatisticsInput
) – aQmi.MessageWdsGetPacketStatisticsInput
.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 Packet Statistics 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.ClientWds.get_packet_statistics_finish
() to get the result of the operation.New in version 1.6.
- get_packet_statistics_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientWds.get_packet_statistics
().- Raises:
- Returns:
a
Qmi.MessageWdsGetPacketStatisticsOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageWdsGetPacketStatisticsOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientWds.get_packet_statistics
().New in version 1.6.
- get_pdn_throttle_info(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageWdsGetPdnThrottleInfoInput
) – aQmi.MessageWdsGetPdnThrottleInfoInput
.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 PDN Throttle 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.ClientWds.get_pdn_throttle_info_finish
() to get the result of the operation.New in version 1.14.
- get_pdn_throttle_info_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientWds.get_pdn_throttle_info
().- Raises:
- Returns:
a
Qmi.MessageWdsGetPdnThrottleInfoOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageWdsGetPdnThrottleInfoOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientWds.get_pdn_throttle_info
().New in version 1.14.
- get_profile_list(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageWdsGetProfileListInput
) – aQmi.MessageWdsGetProfileListInput
.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 Profile List 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.ClientWds.get_profile_list_finish
() to get the result of the operation.New in version 1.8.
- get_profile_list_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientWds.get_profile_list
().- Raises:
- Returns:
a
Qmi.MessageWdsGetProfileListOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageWdsGetProfileListOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientWds.get_profile_list
().New in version 1.8.
- get_profile_settings(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageWdsGetProfileSettingsInput
) – aQmi.MessageWdsGetProfileSettingsInput
.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 Profile Settings 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.ClientWds.get_profile_settings_finish
() to get the result of the operation.New in version 1.8.
- get_profile_settings_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientWds.get_profile_settings
().- Raises:
- Returns:
a
Qmi.MessageWdsGetProfileSettingsOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageWdsGetProfileSettingsOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientWds.get_profile_settings
().New in version 1.8.
- 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.ClientWds.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.ClientWds.get_supported_messages
().- Raises:
- Returns:
a
Qmi.MessageWdsGetSupportedMessagesOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageWdsGetSupportedMessagesOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientWds.get_supported_messages
().New in version 1.14.
- go_active(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 Go Active 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.ClientWds.go_active_finish
() to get the result of the operation.New in version 1.18.
- go_active_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientWds.go_active
().- Raises:
- Returns:
a
Qmi.MessageWdsGoActiveOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageWdsGoActiveOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientWds.go_active
().New in version 1.18.
- go_dormant(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 Go Dormant 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.ClientWds.go_dormant_finish
() to get the result of the operation.New in version 1.18.
- go_dormant_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientWds.go_dormant
().- Raises:
- Returns:
a
Qmi.MessageWdsGoDormantOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageWdsGoDormantOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientWds.go_dormant
().New in version 1.18.
- indication_register(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageWdsIndicationRegisterInput
) – aQmi.MessageWdsIndicationRegisterInput
.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 Indication 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.ClientWds.indication_register_finish
() to get the result of the operation.New in version 1.32.
- indication_register_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientWds.indication_register
().- Raises:
- Returns:
a
Qmi.MessageWdsIndicationRegisterOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageWdsIndicationRegisterOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientWds.indication_register
().New in version 1.32.
- modify_profile(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageWdsModifyProfileInput
) – aQmi.MessageWdsModifyProfileInput
.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 Modify Profile 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.ClientWds.modify_profile_finish
() to get the result of the operation.New in version 1.18.
- modify_profile_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientWds.modify_profile
().- Raises:
- Returns:
a
Qmi.MessageWdsModifyProfileOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageWdsModifyProfileOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientWds.modify_profile
().New in version 1.18.
- 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.ClientWds.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.ClientWds.reset
().- Raises:
- Returns:
a
Qmi.MessageWdsResetOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageWdsResetOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientWds.reset
().New in version 1.0.
- set_autoconnect_settings(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageWdsSetAutoconnectSettingsInput
) – aQmi.MessageWdsSetAutoconnectSettingsInput
.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 Autoconnect Settings 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.ClientWds.set_autoconnect_settings_finish
() to get the result of the operation.New in version 1.14.
- set_autoconnect_settings_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientWds.set_autoconnect_settings
().- Raises:
- Returns:
a
Qmi.MessageWdsSetAutoconnectSettingsOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageWdsSetAutoconnectSettingsOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientWds.set_autoconnect_settings
().New in version 1.14.
- set_default_profile_number(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageWdsSetDefaultProfileNumberInput
) – aQmi.MessageWdsSetDefaultProfileNumberInput
.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 Default Profile Number 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.ClientWds.set_default_profile_number_finish
() to get the result of the operation.New in version 1.28.
- set_default_profile_number_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientWds.set_default_profile_number
().- Raises:
- Returns:
a
Qmi.MessageWdsSetDefaultProfileNumberOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageWdsSetDefaultProfileNumberOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientWds.set_default_profile_number
().New in version 1.28.
- set_event_report(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageWdsSetEventReportInput
) – aQmi.MessageWdsSetEventReportInput
.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.ClientWds.set_event_report_finish
() to get the result of the operation.New in version 1.18.
- set_event_report_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientWds.set_event_report
().- Raises:
- Returns:
a
Qmi.MessageWdsSetEventReportOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageWdsSetEventReportOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientWds.set_event_report
().New in version 1.18.
- set_ip_family(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageWdsSetIpFamilyInput
) – aQmi.MessageWdsSetIpFamilyInput
.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 IP Family 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.ClientWds.set_ip_family_finish
() to get the result of the operation.New in version 1.0.
- set_ip_family_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientWds.set_ip_family
().- Raises:
- Returns:
a
Qmi.MessageWdsSetIpFamilyOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageWdsSetIpFamilyOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientWds.set_ip_family
().New in version 1.0.
- set_lte_attach_pdn_list(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageWdsSetLteAttachPdnListInput
) – aQmi.MessageWdsSetLteAttachPdnListInput
.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 LTE Attach PDN List 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.ClientWds.set_lte_attach_pdn_list_finish
() to get the result of the operation.New in version 1.28.
- set_lte_attach_pdn_list_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientWds.set_lte_attach_pdn_list
().- Raises:
- Returns:
a
Qmi.MessageWdsSetLteAttachPdnListOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageWdsSetLteAttachPdnListOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientWds.set_lte_attach_pdn_list
().New in version 1.28.
- start_network(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageWdsStartNetworkInput
) – aQmi.MessageWdsStartNetworkInput
.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 Start Network 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.ClientWds.start_network_finish
() to get the result of the operation.New in version 1.0.
- start_network_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientWds.start_network
().- Raises:
- Returns:
a
Qmi.MessageWdsStartNetworkOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageWdsStartNetworkOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientWds.start_network
().New in version 1.0.
- stop_network(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageWdsStopNetworkInput
) – aQmi.MessageWdsStopNetworkInput
.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 Stop 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.ClientWds.stop_network_finish
() to get the result of the operation.New in version 1.0.
- stop_network_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientWds.stop_network
().- Raises:
- Returns:
a
Qmi.MessageWdsStopNetworkOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageWdsStopNetworkOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientWds.stop_network
().New in version 1.0.
- swi_create_profile_indexed(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageWdsSwiCreateProfileIndexedInput
) – aQmi.MessageWdsSwiCreateProfileIndexedInput
.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 Create Profile Indexed 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.ClientWds.swi_create_profile_indexed_finish
() to get the result of the operation.New in version 1.22.
- swi_create_profile_indexed_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientWds.swi_create_profile_indexed
().- Raises:
- Returns:
a
Qmi.MessageWdsSwiCreateProfileIndexedOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageWdsSwiCreateProfileIndexedOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientWds.swi_create_profile_indexed
().New in version 1.22.
Signal Details¶
- Qmi.ClientWds.signals.event_report(client_wds, output)¶
- Signal Name:
event-report
- Flags:
- Parameters:
client_wds (
Qmi.ClientWds
) – The object which received the signaloutput (
Qmi.IndicationWdsEventReportOutput
) – AQmi.IndicationWdsEventReportOutput
.
The
::event-report
signal gets emitted when a ‘’Event Report [libqmi-glib-WDS-Event-Report-indication.top_of_page]’’ indication is received.New in version 1.18.
- Qmi.ClientWds.signals.extended_ip_config(client_wds, output)¶
- Signal Name:
extended-ip-config
- Flags:
- Parameters:
client_wds (
Qmi.ClientWds
) – The object which received the signaloutput (
Qmi.IndicationWdsExtendedIpConfigOutput
) – AQmi.IndicationWdsExtendedIpConfigOutput
.
The
::extended-ip-config
signal gets emitted when a ‘’Extended Ip Config [libqmi-glib-WDS-Extended-Ip-Config-indication.top_of_page]’’ indication is received.New in version 1.32.
- Qmi.ClientWds.signals.packet_service_status(client_wds, output)¶
- Signal Name:
packet-service-status
- Flags:
- Parameters:
client_wds (
Qmi.ClientWds
) – The object which received the signaloutput (
Qmi.IndicationWdsPacketServiceStatusOutput
) – AQmi.IndicationWdsPacketServiceStatusOutput
.
The
::packet-service-status
signal gets emitted when a ‘’Packet Service Status [libqmi-glib-WDS-Packet-Service-Status-indication.top_of_page]’’ indication is received.New in version 1.14.
- Qmi.ClientWds.signals.profile_changed(client_wds, output)¶
- Signal Name:
profile-changed
- Flags:
- Parameters:
client_wds (
Qmi.ClientWds
) – The object which received the signaloutput (
Qmi.IndicationWdsProfileChangedOutput
) – AQmi.IndicationWdsProfileChangedOutput
.
The
::profile-changed
signal gets emitted when a ‘’Profile Changed [libqmi-glib-WDS-Profile-Changed-indication.top_of_page]’’ indication is received.New in version 1.34.
- Qmi.ClientWds.signals.set_lte_attach_pdn_list(client_wds, output)¶
- Signal Name:
set-lte-attach-pdn-list
- Flags:
- Parameters:
client_wds (
Qmi.ClientWds
) – The object which received the signaloutput (
Qmi.IndicationWdsSetLteAttachPdnListOutput
) – AQmi.IndicationWdsSetLteAttachPdnListOutput
.
The
::set-lte-attach-pdn-list
signal gets emitted when a ‘’Set LTE Attach PDN List [libqmi-glib-WDS-Set-LTE-Attach-PDN-List-indication.top_of_page]’’ indication is received.New in version 1.28.