Class
QmiClientOma
since: 1.6
Description [src]
class Qmi.ClientOma : Qmi.Client
{
/* No available fields */
}
QmiClient
which handles operations in the OMA service.
The QmiClientOma
structure contains private data and should only be accessed
using the provided API.
Available since: 1.6
Instance methods
qmi_client_oma_cancel_session
Asynchronously sends a Cancel Session request to the device.
since: 1.6
qmi_client_oma_cancel_session_finish
Finishes an async operation started with qmi_client_oma_cancel_session().
since: 1.6
qmi_client_oma_get_feature_setting
Asynchronously sends a Get Feature Setting request to the device.
since: 1.6
qmi_client_oma_get_feature_setting_finish
Finishes an async operation started with qmi_client_oma_get_feature_setting().
since: 1.6
qmi_client_oma_get_session_info
Asynchronously sends a Get Session Info request to the device.
since: 1.6
qmi_client_oma_get_session_info_finish
Finishes an async operation started with qmi_client_oma_get_session_info().
since: 1.6
qmi_client_oma_reset_finish
Finishes an async operation started with qmi_client_oma_reset().
since: 1.6
qmi_client_oma_send_selection
Asynchronously sends a Send Selection request to the device.
since: 1.6
qmi_client_oma_send_selection_finish
Finishes an async operation started with qmi_client_oma_send_selection().
since: 1.6
qmi_client_oma_set_event_report
Asynchronously sends a Set Event Report request to the device.
since: 1.6
qmi_client_oma_set_event_report_finish
Finishes an async operation started with qmi_client_oma_set_event_report().
since: 1.6
qmi_client_oma_set_feature_setting
Asynchronously sends a Set Feature Setting request to the device.
since: 1.6
qmi_client_oma_set_feature_setting_finish
Finishes an async operation started with qmi_client_oma_set_feature_setting().
since: 1.6
qmi_client_oma_start_session_finish
Finishes an async operation started with qmi_client_oma_start_session().
since: 1.6
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
Properties
Properties inherited from QmiClient (6)
Qmi.Client:client-cid
since: 1.0
Qmi.Client:client-device
since: 1.0
Qmi.Client:client-service
since: 1.0
Qmi.Client:client-valid
since: 1.20
Qmi.Client:client-version-major
since: 1.0
Qmi.Client:client-version-minor
since: 1.0
Signals
Qmi.ClientOma::event-report
The ::event-report signal gets emitted when a ‘Event Report‘ indication is received.
since: 1.6
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.