Qmi.ClientGms

g GObject.Object GObject.Object Qmi.Client Qmi.Client GObject.Object->Qmi.Client Qmi.ClientGms Qmi.ClientGms Qmi.Client->Qmi.ClientGms

Subclasses:

None

Methods

Inherited:

Qmi.Client (8), GObject.Object (37)

Structs:

GObject.ObjectClass (5)

test_get_value (unused, timeout, cancellable, callback, *user_data)

test_get_value_finish (res)

test_set_value (input, timeout, cancellable, callback, *user_data)

test_set_value_finish (res)

Virtual Methods

Inherited:

Qmi.Client (1), GObject.Object (7)

Properties

Inherited:

Qmi.Client (6)

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent

Qmi.Client

r

priv_unused

object

r

Class Details

class Qmi.ClientGms(**kwargs)
Bases:

Qmi.Client

Abstract:

No

Structure:

Qmi.ClientGmsClass

The Qmi.ClientGms structure contains private data and should only be accessed using the provided API.

New in version 1.26.

test_get_value(unused, timeout, cancellable, callback, *user_data)
Parameters:

Asynchronously sends a Test Get Value 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.ClientGms.test_get_value_finish() to get the result of the operation.

New in version 1.26.

test_get_value_finish(res)
Parameters:

res (Gio.AsyncResult) – the Gio.AsyncResult obtained from the Gio.AsyncReadyCallback passed to Qmi.ClientGms.test_get_value().

Raises:

GLib.Error

Returns:

a Qmi.MessageGmsTestGetValueOutput, or None if error is set. The returned value should be freed with Qmi.MessageGmsTestGetValueOutput.unref().

Return type:

Qmi.MessageGmsTestGetValueOutput

Finishes an async operation started with Qmi.ClientGms.test_get_value().

New in version 1.26.

test_set_value(input, timeout, cancellable, callback, *user_data)
Parameters:

Asynchronously sends a Test Set Value 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.ClientGms.test_set_value_finish() to get the result of the operation.

New in version 1.26.

test_set_value_finish(res)
Parameters:

res (Gio.AsyncResult) – the Gio.AsyncResult obtained from the Gio.AsyncReadyCallback passed to Qmi.ClientGms.test_set_value().

Raises:

GLib.Error

Returns:

a Qmi.MessageGmsTestSetValueOutput, or None if error is set. The returned value should be freed with Qmi.MessageGmsTestSetValueOutput.unref().

Return type:

Qmi.MessageGmsTestSetValueOutput

Finishes an async operation started with Qmi.ClientGms.test_set_value().

New in version 1.26.