Top |
UIM Remote Unlock responseUIM Remote Unlock response — Methods to manage the UIM Remote Unlock response. |
Collection of methods to create requests and parse responses of the UIM Remote Unlock message.
QmiMessageUimRemoteUnlockInput *
qmi_message_uim_remote_unlock_input_new
(void
);
Allocates a new QmiMessageUimRemoteUnlockInput.
the newly created QmiMessageUimRemoteUnlockInput. The returned value should be freed with qmi_message_uim_remote_unlock_input_unref()
.
Since: 1.32
QmiMessageUimRemoteUnlockInput *
qmi_message_uim_remote_unlock_input_ref
(QmiMessageUimRemoteUnlockInput *self
);
Atomically increments the reference count of self
by one.
Since: 1.32
void
qmi_message_uim_remote_unlock_input_unref
(QmiMessageUimRemoteUnlockInput *self
);
Atomically decrements the reference count of self
by one.
If the reference count drops to 0, self
is completely disposed.
Since: 1.32
gboolean qmi_message_uim_remote_unlock_input_get_simlock_extended_data (QmiMessageUimRemoteUnlockInput *self
,GArray **value_simlock_extended_data
,GError **error
);
Get the 'SimLock Extended Data' field from self
.
Since: 1.32
gboolean qmi_message_uim_remote_unlock_input_set_simlock_extended_data (QmiMessageUimRemoteUnlockInput *self
,GArray *value_simlock_extended_data
,GError **error
);
Set the 'SimLock Extended Data' field in the message.
self |
||
value_simlock_extended_data |
a GArray of guint8 elements. A new reference to |
[in][element-type guint8][transfer none] |
error |
Return location for error or |
Since: 1.32
gboolean qmi_message_uim_remote_unlock_input_get_simlock_data (QmiMessageUimRemoteUnlockInput *self
,GArray **value_simlock_data
,GError **error
);
Get the 'SimLock Data' field from self
.
Since: 1.32
gboolean qmi_message_uim_remote_unlock_input_set_simlock_data (QmiMessageUimRemoteUnlockInput *self
,GArray *value_simlock_data
,GError **error
);
Set the 'SimLock Data' field in the message.
self |
||
value_simlock_data |
a GArray of guint8 elements. A new reference to |
[in][element-type guint8][transfer none] |
error |
Return location for error or |
Since: 1.32
QmiMessageUimRemoteUnlockOutput *
qmi_message_uim_remote_unlock_output_ref
(QmiMessageUimRemoteUnlockOutput *self
);
Atomically increments the reference count of self
by one.
Since: 1.32
void
qmi_message_uim_remote_unlock_output_unref
(QmiMessageUimRemoteUnlockOutput *self
);
Atomically decrements the reference count of self
by one.
If the reference count drops to 0, self
is completely disposed.
Since: 1.32
gboolean qmi_message_uim_remote_unlock_output_get_result (QmiMessageUimRemoteUnlockOutput *self
,GError **error
);
Get the result of the QMI operation.
Since: 1.32
QmiMessageUimRemoteUnlockOutput * qmi_message_uim_remote_unlock_response_parse (QmiMessage *message
,GError **error
);
Parses a QmiMessage and builds a QmiMessageUimRemoteUnlockOutput out of it. The operation fails if the message is of the wrong type.
a QmiMessageUimRemoteUnlockOutput, or NULL
if error
is set. The returned value should be freed with qmi_message_uim_remote_unlock_output_unref()
.
Since: 1.34
void qmi_client_uim_remote_unlock (QmiClientUim *self
,QmiMessageUimRemoteUnlockInput *input
,guint timeout
,GCancellable *cancellable
,GAsyncReadyCallback callback
,gpointer user_data
);
Asynchronously sends a Remote Unlock 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_client_uim_remote_unlock_finish()
to get the result of the operation.
self |
a QmiClientUim. |
|
input |
||
timeout |
maximum time to wait for the method to complete, in seconds. |
|
cancellable |
a GCancellable or |
|
callback |
a GAsyncReadyCallback to call when the request is satisfied. |
|
user_data |
user data to pass to |
Since: 1.32
QmiMessageUimRemoteUnlockOutput * qmi_client_uim_remote_unlock_finish (QmiClientUim *self
,GAsyncResult *res
,GError **error
);
Finishes an async operation started with qmi_client_uim_remote_unlock()
.
self |
a QmiClientUim. |
|
res |
the GAsyncResult obtained from the GAsyncReadyCallback passed to |
|
error |
Return location for error or |
a QmiMessageUimRemoteUnlockOutput, or NULL
if error
is set. The returned value should be freed with qmi_message_uim_remote_unlock_output_unref()
.
Since: 1.32
typedef struct _QmiMessageUimRemoteUnlockInput QmiMessageUimRemoteUnlockInput;
The QmiMessageUimRemoteUnlockInput structure contains private data and should only be accessed using the provided API.
Since: 1.32
typedef struct _QmiMessageUimRemoteUnlockOutput QmiMessageUimRemoteUnlockOutput;
The QmiMessageUimRemoteUnlockOutput structure contains private data and should only be accessed using the provided API.
Since: 1.32