Class

QmiClientWms

since: 1.0

Description [src]

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

QmiClient which handles operations in the WMS service.

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

Available since: 1.0

Ancestors

Instance methods

qmi_client_wms_delete

Asynchronously sends a Delete request to the device.

since: 1.0

qmi_client_wms_delete_finish

Finishes an async operation started with qmi_client_wms_delete().

since: 1.0

qmi_client_wms_get_broadcast_config

Asynchronously sends a Get Broadcast Config request to the device.

unstable since: 1.38

qmi_client_wms_get_broadcast_config_finish

Finishes an async operation started with qmi_client_wms_get_broadcast_config().

unstable since: 1.38

qmi_client_wms_get_message_protocol

Asynchronously sends a Get Message Protocol request to the device.

since: 1.0

qmi_client_wms_get_message_protocol_finish

Finishes an async operation started with qmi_client_wms_get_message_protocol().

since: 1.0

qmi_client_wms_get_routes

Asynchronously sends a Get Routes request to the device.

since: 1.0

qmi_client_wms_get_routes_finish

Finishes an async operation started with qmi_client_wms_get_routes().

since: 1.0

qmi_client_wms_get_supported_messages

Asynchronously sends a Get Supported Messages request to the device.

since: 1.14

qmi_client_wms_get_supported_messages_finish

Finishes an async operation started with qmi_client_wms_get_supported_messages().

since: 1.14

qmi_client_wms_list_messages

Asynchronously sends a List Messages request to the device.

since: 1.0

qmi_client_wms_list_messages_finish

Finishes an async operation started with qmi_client_wms_list_messages().

since: 1.0

qmi_client_wms_modify_tag

Asynchronously sends a Modify Tag request to the device.

since: 1.0

qmi_client_wms_modify_tag_finish

Finishes an async operation started with qmi_client_wms_modify_tag().

since: 1.0

qmi_client_wms_raw_read

Asynchronously sends a Raw Read request to the device.

since: 1.0

qmi_client_wms_raw_read_finish

Finishes an async operation started with qmi_client_wms_raw_read().

since: 1.0

qmi_client_wms_raw_send

Asynchronously sends a Raw Send request to the device.

since: 1.0

qmi_client_wms_raw_send_finish

Finishes an async operation started with qmi_client_wms_raw_send().

since: 1.0

qmi_client_wms_raw_write

Asynchronously sends a Raw Write request to the device.

since: 1.0

qmi_client_wms_raw_write_finish

Finishes an async operation started with qmi_client_wms_raw_write().

since: 1.0

qmi_client_wms_reset

Asynchronously sends a Reset request to the device.

since: 1.0

qmi_client_wms_reset_finish

Finishes an async operation started with qmi_client_wms_reset().

since: 1.0

qmi_client_wms_send_ack

Asynchronously sends a Send Ack request to the device.

since: 1.28

qmi_client_wms_send_ack_finish

Finishes an async operation started with qmi_client_wms_send_ack().

since: 1.28

qmi_client_wms_send_from_memory_storage

Asynchronously sends a Send From Memory Storage request to the device.

since: 1.0

qmi_client_wms_send_from_memory_storage_finish

Finishes an async operation started with qmi_client_wms_send_from_memory_storage().

since: 1.0

qmi_client_wms_set_broadcast_activation

Asynchronously sends a Set Broadcast Activation request to the device.

unstable since: 1.38

qmi_client_wms_set_broadcast_activation_finish

Finishes an async operation started with qmi_client_wms_set_broadcast_activation().

unstable since: 1.38

qmi_client_wms_set_broadcast_config

Asynchronously sends a Set Broadcast Config request to the device.

unstable since: 1.38

qmi_client_wms_set_broadcast_config_finish

Finishes an async operation started with qmi_client_wms_set_broadcast_config().

unstable since: 1.38

qmi_client_wms_set_event_report

Asynchronously sends a Set Event Report request to the device.

since: 1.0

qmi_client_wms_set_event_report_finish

Finishes an async operation started with qmi_client_wms_set_event_report().

since: 1.0

qmi_client_wms_set_routes

Asynchronously sends a Set Routes request to the device.

since: 1.0

qmi_client_wms_set_routes_finish

Finishes an async operation started with qmi_client_wms_set_routes().

since: 1.0

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

Qmi.ClientWms::event-report

The ::event-report signal gets emitted when a ‘Event Report‘ indication is received.

since: 1.0

Qmi.ClientWms::smsc-address

The ::smsc-address signal gets emitted when a ‘SMSC Address‘ indication is received.

since: 1.14

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 QmiClientWmsClass {
  /* no available fields */
}

No description available.