Top |
QmiMessageDmsUimGetCkStatusInput *
qmi_message_dms_uim_get_ck_status_input_new
(void
);
Allocates a new QmiMessageDmsUimGetCkStatusInput.
the newly created QmiMessageDmsUimGetCkStatusInput. The returned value should be freed with qmi_message_dms_uim_get_ck_status_input_unref()
.
QmiMessageDmsUimGetCkStatusInput *
qmi_message_dms_uim_get_ck_status_input_ref
(QmiMessageDmsUimGetCkStatusInput *self
);
Atomically increments the reference count of self
by one.
void
qmi_message_dms_uim_get_ck_status_input_unref
(QmiMessageDmsUimGetCkStatusInput *self
);
Atomically decrements the reference count of self
by one.
If the reference count drops to 0, self
is completely disposed.
gboolean qmi_message_dms_uim_get_ck_status_input_get_facility (QmiMessageDmsUimGetCkStatusInput *self
,QmiDmsUimFacility *facility
,GError **error
);
Get the 'Facility' field from self
.
self |
||
facility |
a placeholder for the output QmiDmsUimFacility, or |
|
error |
Return location for error or |
gboolean qmi_message_dms_uim_get_ck_status_input_set_facility (QmiMessageDmsUimGetCkStatusInput *self
,QmiDmsUimFacility facility
,GError **error
);
Set the 'Facility' field in the message.
QmiMessageDmsUimGetCkStatusOutput *
qmi_message_dms_uim_get_ck_status_output_ref
(QmiMessageDmsUimGetCkStatusOutput *self
);
Atomically increments the reference count of self
by one.
void
qmi_message_dms_uim_get_ck_status_output_unref
(QmiMessageDmsUimGetCkStatusOutput *self
);
Atomically decrements the reference count of self
by one.
If the reference count drops to 0, self
is completely disposed.
gboolean qmi_message_dms_uim_get_ck_status_output_get_result (QmiMessageDmsUimGetCkStatusOutput *self
,GError **error
);
Get the result of the QMI operation.
gboolean qmi_message_dms_uim_get_ck_status_output_get_ck_status (QmiMessageDmsUimGetCkStatusOutput *self
,QmiDmsUimFacilityState *ck_status_facility_state
,guint8 *ck_status_verify_retries_left
,guint8 *ck_status_unblock_retries_left
,GError **error
);
Get the 'CK Status' field from self
.
self |
||
ck_status_facility_state |
a placeholder for the output QmiDmsUimFacilityState, or |
|
ck_status_verify_retries_left |
a placeholder for the output guint8, or |
|
ck_status_unblock_retries_left |
a placeholder for the output guint8, or |
|
error |
Return location for error or |
gboolean qmi_message_dms_uim_get_ck_status_output_get_operation_blocking_facility (QmiMessageDmsUimGetCkStatusOutput *self
,gboolean *operation_blocking_facility
,GError **error
);
Get the 'Operation Blocking Facility' field from self
.
void qmi_client_dms_uim_get_ck_status (QmiClientDms *self
,QmiMessageDmsUimGetCkStatusInput *input
,guint timeout
,GCancellable *cancellable
,GAsyncReadyCallback callback
,gpointer user_data
);
Asynchronously sends a UIM Get CK Status 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_dms_uim_get_ck_status_finish()
to get the result of the operation.
self |
a QmiClientDms. |
|
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 |
QmiMessageDmsUimGetCkStatusOutput * qmi_client_dms_uim_get_ck_status_finish (QmiClientDms *self
,GAsyncResult *res
,GError **error
);
Finishes an async operation started with qmi_client_dms_uim_get_ck_status()
.
self |
a QmiClientDms. |
|
res |
the GAsyncResult obtained from the GAsyncReadyCallback passed to |
|
error |
Return location for error or |
a QmiMessageDmsUimGetCkStatusOutput, or NULL
if error
is set. The returned value should be freed with qmi_message_dms_uim_get_ck_status_output_unref()
.
typedef struct _QmiMessageDmsUimGetCkStatusInput QmiMessageDmsUimGetCkStatusInput;
The QmiMessageDmsUimGetCkStatusInput structure contains private data and should only be accessed using the provided API.
typedef struct _QmiMessageDmsUimGetCkStatusOutput QmiMessageDmsUimGetCkStatusOutput;
The QmiMessageDmsUimGetCkStatusOutput structure contains private data and should only be accessed using the provided API.