Qmi.ClientDms¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Name |
Short Description |
---|---|
The |
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
||
priv_unused |
r |
Class Details¶
- class Qmi.ClientDms(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
The
Qmi.ClientDms
structure contains private data and should only be accessed using the provided API.New in version 1.0.
- activate_automatic(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageDmsActivateAutomaticInput
) – aQmi.MessageDmsActivateAutomaticInput
.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 Activate Automatic 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.ClientDms.activate_automatic_finish
() to get the result of the operation.New in version 1.0.
- activate_automatic_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.activate_automatic
().- Raises:
- Returns:
a
Qmi.MessageDmsActivateAutomaticOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsActivateAutomaticOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.activate_automatic
().New in version 1.0.
- activate_manual(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageDmsActivateManualInput
) – aQmi.MessageDmsActivateManualInput
.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 Activate Manual 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.ClientDms.activate_manual_finish
() to get the result of the operation.New in version 1.0.
- activate_manual_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.activate_manual
().- Raises:
- Returns:
a
Qmi.MessageDmsActivateManualOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsActivateManualOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.activate_manual
().New in version 1.0.
- delete_stored_image(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageDmsDeleteStoredImageInput
) – aQmi.MessageDmsDeleteStoredImageInput
.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 Stored Image 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.ClientDms.delete_stored_image_finish
() to get the result of the operation.New in version 1.0.
- delete_stored_image_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.delete_stored_image
().- Raises:
- Returns:
a
Qmi.MessageDmsDeleteStoredImageOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsDeleteStoredImageOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.delete_stored_image
().New in version 1.0.
- foxconn_change_device_mode(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageDmsFoxconnChangeDeviceModeInput
) – aQmi.MessageDmsFoxconnChangeDeviceModeInput
.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 Foxconn Change Device Mode 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.ClientDms.foxconn_change_device_mode_finish
() to get the result of the operation.New in version 1.26.
- foxconn_change_device_mode_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.foxconn_change_device_mode
().- Raises:
- Returns:
a
Qmi.MessageDmsFoxconnChangeDeviceModeOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsFoxconnChangeDeviceModeOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.foxconn_change_device_mode
().New in version 1.26.
- foxconn_get_firmware_version(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageDmsFoxconnGetFirmwareVersionInput
) – aQmi.MessageDmsFoxconnGetFirmwareVersionInput
.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 Foxconn Get Firmware Version 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.ClientDms.foxconn_get_firmware_version_finish
() to get the result of the operation.New in version 1.26.
- foxconn_get_firmware_version_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.foxconn_get_firmware_version
().- Raises:
- Returns:
a
Qmi.MessageDmsFoxconnGetFirmwareVersionOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsFoxconnGetFirmwareVersionOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.foxconn_get_firmware_version
().New in version 1.26.
- foxconn_set_fcc_authentication(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageDmsFoxconnSetFccAuthenticationInput
) – aQmi.MessageDmsFoxconnSetFccAuthenticationInput
.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 Foxconn Set FCC Authentication 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.ClientDms.foxconn_set_fcc_authentication_finish
() to get the result of the operation.New in version 1.28.6.
- foxconn_set_fcc_authentication_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.foxconn_set_fcc_authentication
().- Raises:
- Returns:
a
Qmi.MessageDmsFoxconnSetFccAuthenticationOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsFoxconnSetFccAuthenticationOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.foxconn_set_fcc_authentication
().New in version 1.28.6.
- foxconn_set_fcc_authentication_v2(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageDmsFoxconnSetFccAuthenticationV2Input
) – aQmi.MessageDmsFoxconnSetFccAuthenticationV2Input
.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 Foxconn Set FCC Authentication 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.ClientDms.foxconn_set_fcc_authentication_v2_finish
() to get the result of the operation.New in version 1.32.
- foxconn_set_fcc_authentication_v2_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.foxconn_set_fcc_authentication_v2
().- Raises:
- Returns:
a
Qmi.MessageDmsFoxconnSetFccAuthenticationV2Output
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsFoxconnSetFccAuthenticationV2Output.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.foxconn_set_fcc_authentication_v2
().New in version 1.32.
- get_activation_state(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 Activation State 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.ClientDms.get_activation_state_finish
() to get the result of the operation.New in version 1.0.
- get_activation_state_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.get_activation_state
().- Raises:
- Returns:
a
Qmi.MessageDmsGetActivationStateOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsGetActivationStateOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.get_activation_state
().New in version 1.0.
- get_alt_net_config(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 Alt Net Config 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.ClientDms.get_alt_net_config_finish
() to get the result of the operation.New in version 1.0.
- get_alt_net_config_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.get_alt_net_config
().- Raises:
- Returns:
a
Qmi.MessageDmsGetAltNetConfigOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsGetAltNetConfigOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.get_alt_net_config
().New in version 1.0.
- get_band_capabilities(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 Band Capabilities 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.ClientDms.get_band_capabilities_finish
() to get the result of the operation.New in version 1.0.
- get_band_capabilities_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.get_band_capabilities
().- Raises:
- Returns:
a
Qmi.MessageDmsGetBandCapabilitiesOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsGetBandCapabilitiesOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.get_band_capabilities
().New in version 1.0.
- get_boot_image_download_mode(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 Boot Image Download Mode 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.ClientDms.get_boot_image_download_mode_finish
() to get the result of the operation.New in version 1.18.
- get_boot_image_download_mode_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.get_boot_image_download_mode
().- Raises:
- Returns:
a
Qmi.MessageDmsGetBootImageDownloadModeOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsGetBootImageDownloadModeOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.get_boot_image_download_mode
().New in version 1.18.
- get_capabilities(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 Capabilities 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.ClientDms.get_capabilities_finish
() to get the result of the operation.New in version 1.0.
- get_capabilities_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.get_capabilities
().- Raises:
- Returns:
a
Qmi.MessageDmsGetCapabilitiesOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsGetCapabilitiesOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.get_capabilities
().New in version 1.0.
- get_factory_sku(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 Factory SKU 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.ClientDms.get_factory_sku_finish
() to get the result of the operation.New in version 1.0.
- get_factory_sku_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.get_factory_sku
().- Raises:
- Returns:
a
Qmi.MessageDmsGetFactorySkuOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsGetFactorySkuOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.get_factory_sku
().New in version 1.0.
- get_firmware_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 Firmware 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.ClientDms.get_firmware_preference_finish
() to get the result of the operation.New in version 1.0.
- get_firmware_preference_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.get_firmware_preference
().- Raises:
- Returns:
a
Qmi.MessageDmsGetFirmwarePreferenceOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsGetFirmwarePreferenceOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.get_firmware_preference
().New in version 1.0.
- get_hardware_revision(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 Hardware Revision 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.ClientDms.get_hardware_revision_finish
() to get the result of the operation.New in version 1.0.
- get_hardware_revision_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.get_hardware_revision
().- Raises:
- Returns:
a
Qmi.MessageDmsGetHardwareRevisionOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsGetHardwareRevisionOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.get_hardware_revision
().New in version 1.0.
- get_ids(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 IDs 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.ClientDms.get_ids_finish
() to get the result of the operation.New in version 1.0.
- get_ids_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.get_ids
().- Raises:
- Returns:
a
Qmi.MessageDmsGetIdsOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsGetIdsOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.get_ids
().New in version 1.0.
- get_mac_address(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageDmsGetMacAddressInput
) – aQmi.MessageDmsGetMacAddressInput
.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 MAC Address 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.ClientDms.get_mac_address_finish
() to get the result of the operation.New in version 1.26.
- get_mac_address_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.get_mac_address
().- Raises:
- Returns:
a
Qmi.MessageDmsGetMacAddressOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsGetMacAddressOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.get_mac_address
().New in version 1.26.
- get_manufacturer(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 Manufacturer 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.ClientDms.get_manufacturer_finish
() to get the result of the operation.New in version 1.0.
- get_manufacturer_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.get_manufacturer
().- Raises:
- Returns:
a
Qmi.MessageDmsGetManufacturerOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsGetManufacturerOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.get_manufacturer
().New in version 1.0.
- get_model(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 Model 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.ClientDms.get_model_finish
() to get the result of the operation.New in version 1.0.
- get_model_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.get_model
().- Raises:
- Returns:
a
Qmi.MessageDmsGetModelOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsGetModelOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.get_model
().New in version 1.0.
- get_msisdn(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 MSISDN 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.ClientDms.get_msisdn_finish
() to get the result of the operation.New in version 1.0.
- get_msisdn_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.get_msisdn
().- Raises:
- Returns:
a
Qmi.MessageDmsGetMsisdnOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsGetMsisdnOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.get_msisdn
().New in version 1.0.
- get_operating_mode(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 Operating Mode 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.ClientDms.get_operating_mode_finish
() to get the result of the operation.New in version 1.0.
- get_operating_mode_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.get_operating_mode
().- Raises:
- Returns:
a
Qmi.MessageDmsGetOperatingModeOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsGetOperatingModeOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.get_operating_mode
().New in version 1.0.
- get_power_state(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 Power State 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.ClientDms.get_power_state_finish
() to get the result of the operation.New in version 1.0.
- get_power_state_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.get_power_state
().- Raises:
- Returns:
a
Qmi.MessageDmsGetPowerStateOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsGetPowerStateOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.get_power_state
().New in version 1.0.
- get_prl_version(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 PRL Version 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.ClientDms.get_prl_version_finish
() to get the result of the operation.New in version 1.0.
- get_prl_version_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.get_prl_version
().- Raises:
- Returns:
a
Qmi.MessageDmsGetPrlVersionOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsGetPrlVersionOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.get_prl_version
().New in version 1.0.
- get_revision(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 Revision 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.ClientDms.get_revision_finish
() to get the result of the operation.New in version 1.0.
- get_revision_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.get_revision
().- Raises:
- Returns:
a
Qmi.MessageDmsGetRevisionOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsGetRevisionOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.get_revision
().New in version 1.0.
- get_software_version(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 Software Version 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.ClientDms.get_software_version_finish
() to get the result of the operation.New in version 1.0.
- get_software_version_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.get_software_version
().- Raises:
- Returns:
a
Qmi.MessageDmsGetSoftwareVersionOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsGetSoftwareVersionOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.get_software_version
().New in version 1.0.
- get_stored_image_info(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageDmsGetStoredImageInfoInput
) – aQmi.MessageDmsGetStoredImageInfoInput
.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 Stored Image 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.ClientDms.get_stored_image_info_finish
() to get the result of the operation.New in version 1.0.
- get_stored_image_info_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.get_stored_image_info
().- Raises:
- Returns:
a
Qmi.MessageDmsGetStoredImageInfoOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsGetStoredImageInfoOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.get_stored_image_info
().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.ClientDms.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.ClientDms.get_supported_messages
().- Raises:
- Returns:
a
Qmi.MessageDmsGetSupportedMessagesOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsGetSupportedMessagesOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.get_supported_messages
().New in version 1.14.
- get_time(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 Time 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.ClientDms.get_time_finish
() to get the result of the operation.New in version 1.0.
- get_time_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.get_time
().- Raises:
- Returns:
a
Qmi.MessageDmsGetTimeOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsGetTimeOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.get_time
().New in version 1.0.
- get_user_lock_state(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 User Lock State 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.ClientDms.get_user_lock_state_finish
() to get the result of the operation.New in version 1.0.
- get_user_lock_state_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.get_user_lock_state
().- Raises:
- Returns:
a
Qmi.MessageDmsGetUserLockStateOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsGetUserLockStateOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.get_user_lock_state
().New in version 1.0.
- hp_change_device_mode(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageDmsHpChangeDeviceModeInput
) – aQmi.MessageDmsHpChangeDeviceModeInput
.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 HP Change Device Mode 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.ClientDms.hp_change_device_mode_finish
() to get the result of the operation.New in version 1.18.
- hp_change_device_mode_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.hp_change_device_mode
().- Raises:
- Returns:
a
Qmi.MessageDmsHpChangeDeviceModeOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsHpChangeDeviceModeOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.hp_change_device_mode
().New in version 1.18.
- list_stored_images(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 List Stored Images 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.ClientDms.list_stored_images_finish
() to get the result of the operation.New in version 1.0.
- list_stored_images_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.list_stored_images
().- Raises:
- Returns:
a
Qmi.MessageDmsListStoredImagesOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsListStoredImagesOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.list_stored_images
().New in version 1.0.
- read_eri_file(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 Read ERI File 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.ClientDms.read_eri_file_finish
() to get the result of the operation.New in version 1.0.
- read_eri_file_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.read_eri_file
().- Raises:
- Returns:
a
Qmi.MessageDmsReadEriFileOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsReadEriFileOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.read_eri_file
().New in version 1.0.
- read_user_data(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 Read User Data 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.ClientDms.read_user_data_finish
() to get the result of the operation.New in version 1.0.
- read_user_data_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.read_user_data
().- Raises:
- Returns:
a
Qmi.MessageDmsReadUserDataOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsReadUserDataOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.read_user_data
().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.ClientDms.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.ClientDms.reset
().- Raises:
- Returns:
a
Qmi.MessageDmsResetOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsResetOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.reset
().New in version 1.0.
- restore_factory_defaults(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageDmsRestoreFactoryDefaultsInput
) – aQmi.MessageDmsRestoreFactoryDefaultsInput
.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 Restore Factory Defaults 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.ClientDms.restore_factory_defaults_finish
() to get the result of the operation.New in version 1.0.
- restore_factory_defaults_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.restore_factory_defaults
().- Raises:
- Returns:
a
Qmi.MessageDmsRestoreFactoryDefaultsOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsRestoreFactoryDefaultsOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.restore_factory_defaults
().New in version 1.0.
- set_alt_net_config(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageDmsSetAltNetConfigInput
) – aQmi.MessageDmsSetAltNetConfigInput
.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 Alt Net Config 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.ClientDms.set_alt_net_config_finish
() to get the result of the operation.New in version 1.0.
- set_alt_net_config_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.set_alt_net_config
().- Raises:
- Returns:
a
Qmi.MessageDmsSetAltNetConfigOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsSetAltNetConfigOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.set_alt_net_config
().New in version 1.0.
- set_boot_image_download_mode(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageDmsSetBootImageDownloadModeInput
) – aQmi.MessageDmsSetBootImageDownloadModeInput
.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 Boot Image Download Mode 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.ClientDms.set_boot_image_download_mode_finish
() to get the result of the operation.New in version 1.18.
- set_boot_image_download_mode_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.set_boot_image_download_mode
().- Raises:
- Returns:
a
Qmi.MessageDmsSetBootImageDownloadModeOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsSetBootImageDownloadModeOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.set_boot_image_download_mode
().New in version 1.18.
- set_event_report(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageDmsSetEventReportInput
) – aQmi.MessageDmsSetEventReportInput
.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.ClientDms.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.ClientDms.set_event_report
().- Raises:
- Returns:
a
Qmi.MessageDmsSetEventReportOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsSetEventReportOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.set_event_report
().New in version 1.0.
- set_fcc_authentication(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 Set FCC Authentication 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.ClientDms.set_fcc_authentication_finish
() to get the result of the operation.New in version 1.14.
- set_fcc_authentication_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.set_fcc_authentication
().- Raises:
- Returns:
a
Qmi.MessageDmsSetFccAuthenticationOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsSetFccAuthenticationOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.set_fcc_authentication
().New in version 1.14.
- set_firmware_id(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 Set Firmware ID 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.ClientDms.set_firmware_id_finish
() to get the result of the operation.New in version 1.18.
- set_firmware_id_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.set_firmware_id
().- Raises:
- Returns:
a
Qmi.MessageDmsSetFirmwareIdOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsSetFirmwareIdOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.set_firmware_id
().New in version 1.18.
- set_firmware_preference(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageDmsSetFirmwarePreferenceInput
) – aQmi.MessageDmsSetFirmwarePreferenceInput
.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 Firmware 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.ClientDms.set_firmware_preference_finish
() to get the result of the operation.New in version 1.0.
- set_firmware_preference_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.set_firmware_preference
().- Raises:
- Returns:
a
Qmi.MessageDmsSetFirmwarePreferenceOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsSetFirmwarePreferenceOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.set_firmware_preference
().New in version 1.0.
- set_operating_mode(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageDmsSetOperatingModeInput
) – aQmi.MessageDmsSetOperatingModeInput
.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 Operating Mode 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.ClientDms.set_operating_mode_finish
() to get the result of the operation.New in version 1.0.
- set_operating_mode_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.set_operating_mode
().- Raises:
- Returns:
a
Qmi.MessageDmsSetOperatingModeOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsSetOperatingModeOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.set_operating_mode
().New in version 1.0.
- set_service_programming_code(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageDmsSetServiceProgrammingCodeInput
) – aQmi.MessageDmsSetServiceProgrammingCodeInput
.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 Service Programming Code 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.ClientDms.set_service_programming_code_finish
() to get the result of the operation.New in version 1.0.
- set_service_programming_code_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.set_service_programming_code
().- Raises:
- Returns:
a
Qmi.MessageDmsSetServiceProgrammingCodeOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsSetServiceProgrammingCodeOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.set_service_programming_code
().New in version 1.0.
- set_time(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageDmsSetTimeInput
) – aQmi.MessageDmsSetTimeInput
.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 Time 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.ClientDms.set_time_finish
() to get the result of the operation.New in version 1.0.
- set_time_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.set_time
().- Raises:
- Returns:
a
Qmi.MessageDmsSetTimeOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsSetTimeOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.set_time
().New in version 1.0.
- set_user_lock_code(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageDmsSetUserLockCodeInput
) – aQmi.MessageDmsSetUserLockCodeInput
.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 User Lock Code 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.ClientDms.set_user_lock_code_finish
() to get the result of the operation.New in version 1.0.
- set_user_lock_code_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.set_user_lock_code
().- Raises:
- Returns:
a
Qmi.MessageDmsSetUserLockCodeOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsSetUserLockCodeOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.set_user_lock_code
().New in version 1.0.
- set_user_lock_state(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageDmsSetUserLockStateInput
) – aQmi.MessageDmsSetUserLockStateInput
.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 User Lock State 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.ClientDms.set_user_lock_state_finish
() to get the result of the operation.New in version 1.0.
- set_user_lock_state_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.set_user_lock_state
().- Raises:
- Returns:
a
Qmi.MessageDmsSetUserLockStateOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsSetUserLockStateOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.set_user_lock_state
().New in version 1.0.
- swi_get_current_firmware(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 Current Firmware 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.ClientDms.swi_get_current_firmware_finish
() to get the result of the operation.New in version 1.18.
- swi_get_current_firmware_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.swi_get_current_firmware
().- Raises:
- Returns:
a
Qmi.MessageDmsSwiGetCurrentFirmwareOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsSwiGetCurrentFirmwareOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.swi_get_current_firmware
().New in version 1.18.
- swi_get_usb_composition(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 USB Composition 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.ClientDms.swi_get_usb_composition_finish
() to get the result of the operation.New in version 1.20.
- swi_get_usb_composition_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.swi_get_usb_composition
().- Raises:
- Returns:
a
Qmi.MessageDmsSwiGetUsbCompositionOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsSwiGetUsbCompositionOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.swi_get_usb_composition
().New in version 1.20.
- swi_set_usb_composition(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageDmsSwiSetUsbCompositionInput
) – aQmi.MessageDmsSwiSetUsbCompositionInput
.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 Set USB Composition 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.ClientDms.swi_set_usb_composition_finish
() to get the result of the operation.New in version 1.20.
- swi_set_usb_composition_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.swi_set_usb_composition
().- Raises:
- Returns:
a
Qmi.MessageDmsSwiSetUsbCompositionOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsSwiSetUsbCompositionOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.swi_set_usb_composition
().New in version 1.20.
- uim_change_pin(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageDmsUimChangePinInput
) – aQmi.MessageDmsUimChangePinInput
.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 UIM Change PIN 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.ClientDms.uim_change_pin_finish
() to get the result of the operation.New in version 1.0.
- uim_change_pin_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.uim_change_pin
().- Raises:
- Returns:
a
Qmi.MessageDmsUimChangePinOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsUimChangePinOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.uim_change_pin
().New in version 1.0.
- uim_get_ck_status(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageDmsUimGetCkStatusInput
) – aQmi.MessageDmsUimGetCkStatusInput
.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 UIM Get CK 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.ClientDms.uim_get_ck_status_finish
() to get the result of the operation.New in version 1.0.
- uim_get_ck_status_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.uim_get_ck_status
().- Raises:
- Returns:
a
Qmi.MessageDmsUimGetCkStatusOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsUimGetCkStatusOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.uim_get_ck_status
().New in version 1.0.
- uim_get_iccid(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 UIM Get ICCID 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.ClientDms.uim_get_iccid_finish
() to get the result of the operation.New in version 1.0.
- uim_get_iccid_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.uim_get_iccid
().- Raises:
- Returns:
a
Qmi.MessageDmsUimGetIccidOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsUimGetIccidOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.uim_get_iccid
().New in version 1.0.
- uim_get_imsi(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 UIM Get IMSI 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.ClientDms.uim_get_imsi_finish
() to get the result of the operation.New in version 1.0.
- uim_get_imsi_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.uim_get_imsi
().- Raises:
- Returns:
a
Qmi.MessageDmsUimGetImsiOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsUimGetImsiOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.uim_get_imsi
().New in version 1.0.
- uim_get_pin_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 UIM Get PIN 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.ClientDms.uim_get_pin_status_finish
() to get the result of the operation.New in version 1.0.
- uim_get_pin_status_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.uim_get_pin_status
().- Raises:
- Returns:
a
Qmi.MessageDmsUimGetPinStatusOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsUimGetPinStatusOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.uim_get_pin_status
().New in version 1.0.
- uim_get_state(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 UIM Get State 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.ClientDms.uim_get_state_finish
() to get the result of the operation.New in version 1.0.
- uim_get_state_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.uim_get_state
().- Raises:
- Returns:
a
Qmi.MessageDmsUimGetStateOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsUimGetStateOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.uim_get_state
().New in version 1.0.
- uim_set_ck_protection(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageDmsUimSetCkProtectionInput
) – aQmi.MessageDmsUimSetCkProtectionInput
.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 UIM Set CK Protection 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.ClientDms.uim_set_ck_protection_finish
() to get the result of the operation.New in version 1.0.
- uim_set_ck_protection_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.uim_set_ck_protection
().- Raises:
- Returns:
a
Qmi.MessageDmsUimSetCkProtectionOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsUimSetCkProtectionOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.uim_set_ck_protection
().New in version 1.0.
- uim_set_pin_protection(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageDmsUimSetPinProtectionInput
) – aQmi.MessageDmsUimSetPinProtectionInput
.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 UIM Set PIN Protection 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.ClientDms.uim_set_pin_protection_finish
() to get the result of the operation.New in version 1.0.
- uim_set_pin_protection_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.uim_set_pin_protection
().- Raises:
- Returns:
a
Qmi.MessageDmsUimSetPinProtectionOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsUimSetPinProtectionOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.uim_set_pin_protection
().New in version 1.0.
- uim_unblock_ck(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageDmsUimUnblockCkInput
) – aQmi.MessageDmsUimUnblockCkInput
.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 UIM Unblock CK 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.ClientDms.uim_unblock_ck_finish
() to get the result of the operation.New in version 1.0.
- uim_unblock_ck_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.uim_unblock_ck
().- Raises:
- Returns:
a
Qmi.MessageDmsUimUnblockCkOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsUimUnblockCkOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.uim_unblock_ck
().New in version 1.0.
- uim_unblock_pin(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageDmsUimUnblockPinInput
) – aQmi.MessageDmsUimUnblockPinInput
.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 UIM Unblock PIN 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.ClientDms.uim_unblock_pin_finish
() to get the result of the operation.New in version 1.0.
- uim_unblock_pin_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.uim_unblock_pin
().- Raises:
- Returns:
a
Qmi.MessageDmsUimUnblockPinOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsUimUnblockPinOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.uim_unblock_pin
().New in version 1.0.
- uim_verify_pin(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageDmsUimVerifyPinInput
) – aQmi.MessageDmsUimVerifyPinInput
.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 UIM Verify PIN 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.ClientDms.uim_verify_pin_finish
() to get the result of the operation.New in version 1.0.
- uim_verify_pin_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.uim_verify_pin
().- Raises:
- Returns:
a
Qmi.MessageDmsUimVerifyPinOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsUimVerifyPinOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.uim_verify_pin
().New in version 1.0.
- validate_service_programming_code(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageDmsValidateServiceProgrammingCodeInput
) – aQmi.MessageDmsValidateServiceProgrammingCodeInput
.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 Validate Service Programming Code 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.ClientDms.validate_service_programming_code_finish
() to get the result of the operation.New in version 1.0.
- validate_service_programming_code_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.validate_service_programming_code
().- Raises:
- Returns:
a
Qmi.MessageDmsValidateServiceProgrammingCodeOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsValidateServiceProgrammingCodeOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.validate_service_programming_code
().New in version 1.0.
- write_user_data(input, timeout, cancellable, callback, *user_data)¶
- Parameters:
input (
Qmi.MessageDmsWriteUserDataInput
) – aQmi.MessageDmsWriteUserDataInput
.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 Write User Data 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.ClientDms.write_user_data_finish
() to get the result of the operation.New in version 1.0.
- write_user_data_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – theGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toQmi.ClientDms.write_user_data
().- Raises:
- Returns:
a
Qmi.MessageDmsWriteUserDataOutput
, orNone
if error is set. The returned value should be freed withQmi.MessageDmsWriteUserDataOutput.unref
().- Return type:
Finishes an async operation started with
Qmi.ClientDms.write_user_data
().New in version 1.0.
Signal Details¶
- Qmi.ClientDms.signals.event_report(client_dms, output)¶
- Signal Name:
event-report
- Flags:
- Parameters:
client_dms (
Qmi.ClientDms
) – The object which received the signaloutput (
Qmi.IndicationDmsEventReportOutput
) – AQmi.IndicationDmsEventReportOutput
.
The
::event-report
signal gets emitted when a ‘’Event Report [libqmi-glib-DMS-Event-Report-indication.top_of_page]’’ indication is received.New in version 1.0.