|  |  |  | libqmi-glib Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
QmiMessageDmsUimGetCkStatusInput; QmiMessageDmsUimGetCkStatusOutput; QmiMessageDmsUimGetCkStatusInput * qmi_message_dms_uim_get_ck_status_input_new (void); QmiMessageDmsUimGetCkStatusInput * qmi_message_dms_uim_get_ck_status_input_ref (QmiMessageDmsUimGetCkStatusInput *self); void qmi_message_dms_uim_get_ck_status_input_unref (QmiMessageDmsUimGetCkStatusInput *self); gboolean qmi_message_dms_uim_get_ck_status_input_get_facility (QmiMessageDmsUimGetCkStatusInput *self,QmiDmsUimFacility *facility,GError **error); gboolean qmi_message_dms_uim_get_ck_status_input_set_facility (QmiMessageDmsUimGetCkStatusInput *self,QmiDmsUimFacility facility,GError **error); QmiMessageDmsUimGetCkStatusOutput * qmi_message_dms_uim_get_ck_status_output_ref (QmiMessageDmsUimGetCkStatusOutput *self); void qmi_message_dms_uim_get_ck_status_output_unref (QmiMessageDmsUimGetCkStatusOutput *self); gboolean qmi_message_dms_uim_get_ck_status_output_get_result (QmiMessageDmsUimGetCkStatusOutput *self,GError **error); 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); gboolean qmi_message_dms_uim_get_ck_status_output_get_operation_blocking_facility (QmiMessageDmsUimGetCkStatusOutput *self,gboolean *operation_blocking_facility,GError **error); void qmi_client_dms_uim_get_ck_status (QmiClientDms *self,QmiMessageDmsUimGetCkStatusInput *input,guint timeout,GCancellable *cancellable,GAsyncReadyCallback callback,gpointer user_data); QmiMessageDmsUimGetCkStatusOutput * qmi_client_dms_uim_get_ck_status_finish (QmiClientDms *self,GAsyncResult *res,GError **error);
GBoxed +----QmiMessageDmsUimGetCkStatusInput
GBoxed +----QmiMessageDmsUimGetCkStatusOutput
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.
QmiMessageDmsUimGetCkStatusInput * qmi_message_dms_uim_get_ck_status_input_new
                                                        (void);
Allocates a new QmiMessageDmsUimGetCkStatusInput.
| Returns : | 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.
| 
 | a QmiMessageDmsUimGetCkStatusInput. | 
| Returns : | the new reference to self. | 
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.
| 
 | a QmiMessageDmsUimGetCkStatusInput. | 
gboolean qmi_message_dms_uim_get_ck_status_input_get_facility (QmiMessageDmsUimGetCkStatusInput *self,QmiDmsUimFacility *facility,GError **error);
Get the 'Facility' field from self.
| 
 | a QmiMessageDmsUimGetCkStatusInput. | 
| 
 | a placeholder for the output QmiDmsUimFacility, or NULLif not required. | 
| 
 | Return location for error or NULL. | 
| Returns : | TRUEif the field is found,FALSEotherwise. | 
gboolean qmi_message_dms_uim_get_ck_status_input_set_facility (QmiMessageDmsUimGetCkStatusInput *self,QmiDmsUimFacility facility,GError **error);
Set the 'Facility' field in the message.
| 
 | a QmiMessageDmsUimGetCkStatusInput. | 
| 
 | a QmiDmsUimFacility. | 
| 
 | Return location for error or NULL. | 
| Returns : | TRUEifvaluewas successfully set,FALSEotherwise. | 
QmiMessageDmsUimGetCkStatusOutput * qmi_message_dms_uim_get_ck_status_output_ref
                                                        (QmiMessageDmsUimGetCkStatusOutput *self);
Atomically increments the reference count of self by one.
| 
 | a QmiMessageDmsUimGetCkStatusOutput. | 
| Returns : | the new reference to self. | 
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.
| 
 | a QmiMessageDmsUimGetCkStatusOutput. | 
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.
| 
 | a QmiMessageDmsUimGetCkStatusOutput. | 
| 
 | a placeholder for the output QmiDmsUimFacilityState, or NULLif not required. | 
| 
 | a placeholder for the output guint8, or NULLif not required. | 
| 
 | a placeholder for the output guint8, or NULLif not required. | 
| 
 | Return location for error or NULL. | 
| Returns : | TRUEif the field is found,FALSEotherwise. | 
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.
| 
 | a QmiClientDms. | 
| 
 | a QmiMessageDmsUimGetCkStatusInput. | 
| 
 | maximum time to wait for the method to complete, in seconds. | 
| 
 | a GCancellable or NULL. | 
| 
 | a GAsyncReadyCallback to call when the request is satisfied. | 
| 
 | user data to pass to callback. | 
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().
| 
 | a QmiClientDms. | 
| 
 | the GAsyncResult obtained from the GAsyncReadyCallback passed to qmi_client_dms_uim_get_ck_status(). | 
| 
 | Return location for error or NULL. | 
| Returns : | a QmiMessageDmsUimGetCkStatusOutput, or NULLiferroris set. The returned value should be freed withqmi_message_dms_uim_get_ck_status_output_unref(). |