Class

QmiClientGas

since: 1.24

Description [src]

class Qmi.ClientGas : Qmi.Client
{
  /* No available fields */
}

QmiClient which handles operations in the GAS service.

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

Available since: 1.24

Ancestors

Instance methods

qmi_client_gas_dms_get_ethernet_pdu_mac_address

Asynchronously sends a DMS Get Ethernet PDU MAC Address request to the device.

since: 1.36

qmi_client_gas_dms_get_ethernet_pdu_mac_address_finish

Finishes an async operation started with qmi_client_gas_dms_get_ethernet_pdu_mac_address().

since: 1.36

qmi_client_gas_dms_get_firmware_auto_sim

Asynchronously sends a DMS Get Firmware Auto Sim request to the device.

since: 1.36

qmi_client_gas_dms_get_firmware_auto_sim_finish

Finishes an async operation started with qmi_client_gas_dms_get_firmware_auto_sim().

since: 1.36

qmi_client_gas_dms_get_firmware_list

Asynchronously sends a DMS Get Firmware List request to the device.

since: 1.24

qmi_client_gas_dms_get_firmware_list_finish

Finishes an async operation started with qmi_client_gas_dms_get_firmware_list().

since: 1.24

qmi_client_gas_dms_get_usb_composition

Asynchronously sends a DMS Get USB Composition request to the device.

since: 1.32

qmi_client_gas_dms_get_usb_composition_finish

Finishes an async operation started with qmi_client_gas_dms_get_usb_composition().

since: 1.32

qmi_client_gas_dms_set_active_firmware

Asynchronously sends a DMS Set Active Firmware request to the device.

since: 1.24

qmi_client_gas_dms_set_active_firmware_finish

Finishes an async operation started with qmi_client_gas_dms_set_active_firmware().

since: 1.24

qmi_client_gas_dms_set_firmware_auto_sim

Asynchronously sends a DMS Set Firmware Auto Sim request to the device.

since: 1.36

qmi_client_gas_dms_set_firmware_auto_sim_finish

Finishes an async operation started with qmi_client_gas_dms_set_firmware_auto_sim().

since: 1.36

qmi_client_gas_dms_set_usb_composition

Asynchronously sends a DMS Set USB Composition request to the device.

since: 1.32

qmi_client_gas_dms_set_usb_composition_finish

Finishes an async operation started with qmi_client_gas_dms_set_usb_composition().

since: 1.32

Methods inherited from QmiClient (8)
qmi_client_check_version

Checks if the version of the service handled by this QmiClient is greater or equal than the given version.

since: 1.0

qmi_client_get_cid

Get the client ID of this QmiClient.

since: 1.0

qmi_client_get_device

Get the QmiDevice associated with this QmiClient.

since: 1.0

qmi_client_get_next_transaction_id

Acquire the next transaction ID of this QmiClient. The internal transaction ID gets incremented.

since: 1.0

qmi_client_get_service

Get the service being used by this QmiClient.

since: 1.0

qmi_client_get_version

Get the version of the service handled by this QmiClient.

since: 1.0

qmi_client_is_valid

Checks whether QmiClient is a valid and usable client.

since: 1.20

qmi_client_peek_device

Get the QmiDevice associated with this QmiClient, without increasing the reference count on the returned object.

since: 1.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Properties inherited from QmiClient (6)
Qmi.Client:client-cid
No description available.

since: 1.0

Qmi.Client:client-device
No description available.

since: 1.0

Qmi.Client:client-service
No description available.

since: 1.0

Qmi.Client:client-valid
No description available.

since: 1.20

Qmi.Client:client-version-major
No description available.

since: 1.0

Qmi.Client:client-version-minor
No description available.

since: 1.0

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct QmiClientGasClass {
  /* no available fields */
}

No description available.