Class
QmiClientPdc
since: 1.18
Description [src]
class Qmi.ClientPdc : Qmi.Client
{
/* No available fields */
}
QmiClient
which handles operations in the PDC service.
The QmiClientPdc
structure contains private data and should only be accessed
using the provided API.
Available since: 1.18
Instance methods
qmi_client_pdc_activate_config
Asynchronously sends a Activate Config request to the device.
since: 1.18
qmi_client_pdc_activate_config_finish
Finishes an async operation started with qmi_client_pdc_activate_config().
since: 1.18
qmi_client_pdc_config_change
Asynchronously sends a Config Change request to the device.
since: 1.18
qmi_client_pdc_config_change_finish
Finishes an async operation started with qmi_client_pdc_config_change().
since: 1.18
qmi_client_pdc_deactivate_config
Asynchronously sends a Deactivate Config request to the device.
since: 1.18
qmi_client_pdc_deactivate_config_finish
Finishes an async operation started with qmi_client_pdc_deactivate_config().
since: 1.18
qmi_client_pdc_delete_config
Asynchronously sends a Delete Config request to the device.
since: 1.18
qmi_client_pdc_delete_config_finish
Finishes an async operation started with qmi_client_pdc_delete_config().
since: 1.18
qmi_client_pdc_get_config_info
Asynchronously sends a Get Config Info request to the device.
since: 1.18
qmi_client_pdc_get_config_info_finish
Finishes an async operation started with qmi_client_pdc_get_config_info().
since: 1.18
qmi_client_pdc_get_config_limits
Asynchronously sends a Get Config Limits request to the device.
since: 1.18
qmi_client_pdc_get_config_limits_finish
Finishes an async operation started with qmi_client_pdc_get_config_limits().
since: 1.18
qmi_client_pdc_get_default_config_info
Asynchronously sends a Get Default Config Info request to the device.
since: 1.18
qmi_client_pdc_get_default_config_info_finish
Finishes an async operation started with qmi_client_pdc_get_default_config_info().
since: 1.18
qmi_client_pdc_get_selected_config
Asynchronously sends a Get Selected Config request to the device.
since: 1.18
qmi_client_pdc_get_selected_config_finish
Finishes an async operation started with qmi_client_pdc_get_selected_config().
since: 1.18
qmi_client_pdc_list_configs_finish
Finishes an async operation started with qmi_client_pdc_list_configs().
since: 1.18
qmi_client_pdc_load_config_finish
Finishes an async operation started with qmi_client_pdc_load_config().
since: 1.18
qmi_client_pdc_register_finish
Finishes an async operation started with qmi_client_pdc_register().
since: 1.18
qmi_client_pdc_reset_finish
Finishes an async operation started with qmi_client_pdc_reset().
since: 1.18
qmi_client_pdc_set_selected_config
Asynchronously sends a Set Selected Config request to the device.
since: 1.18
qmi_client_pdc_set_selected_config_finish
Finishes an async operation started with qmi_client_pdc_set_selected_config().
since: 1.18
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.ClientPdc::activate-config
The ::activate-config signal gets emitted when a ‘Activate Config‘ indication is received.
since: 1.18
Qmi.ClientPdc::deactivate-config
The ::deactivate-config signal gets emitted when a ‘Deactivate Config‘ indication is received.
since: 1.18
Qmi.ClientPdc::get-config-info
The ::get-config-info signal gets emitted when a ‘Get Config Info‘ indication is received.
since: 1.18
Qmi.ClientPdc::get-selected-config
The ::get-selected-config signal gets emitted when a ‘Get Selected Config‘ indication is received.
since: 1.18
Qmi.ClientPdc::list-configs
The ::list-configs signal gets emitted when a ‘List Configs‘ indication is received.
since: 1.18
Qmi.ClientPdc::load-config
The ::load-config signal gets emitted when a ‘Load Config‘ indication is received.
since: 1.18
Qmi.ClientPdc::refresh
The ::refresh signal gets emitted when a ‘Refresh‘ indication is received.
since: 1.32
Qmi.ClientPdc::set-selected-config
The ::set-selected-config signal gets emitted when a ‘Set Selected Config‘ indication is received.
since: 1.18
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.