|  |  |  | libqmi-glib Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
QmiMessageDmsUimUnblockCkInput; QmiMessageDmsUimUnblockCkOutput; QmiMessageDmsUimUnblockCkInput * qmi_message_dms_uim_unblock_ck_input_new (void); QmiMessageDmsUimUnblockCkInput * qmi_message_dms_uim_unblock_ck_input_ref (QmiMessageDmsUimUnblockCkInput *self); void qmi_message_dms_uim_unblock_ck_input_unref (QmiMessageDmsUimUnblockCkInput *self); gboolean qmi_message_dms_uim_unblock_ck_input_get_facility (QmiMessageDmsUimUnblockCkInput *self,QmiDmsUimFacility *facility_facility,const gchar **facility_facility_control_key,GError **error); gboolean qmi_message_dms_uim_unblock_ck_input_set_facility (QmiMessageDmsUimUnblockCkInput *self,QmiDmsUimFacility facility_facility,const gchar *facility_facility_control_key,GError **error); QmiMessageDmsUimUnblockCkOutput * qmi_message_dms_uim_unblock_ck_output_ref (QmiMessageDmsUimUnblockCkOutput *self); void qmi_message_dms_uim_unblock_ck_output_unref (QmiMessageDmsUimUnblockCkOutput *self); gboolean qmi_message_dms_uim_unblock_ck_output_get_result (QmiMessageDmsUimUnblockCkOutput *self,GError **error); gboolean qmi_message_dms_uim_unblock_ck_output_get_unblock_retries_left (QmiMessageDmsUimUnblockCkOutput *self,guint8 *unblock_retries_left,GError **error); void qmi_client_dms_uim_unblock_ck (QmiClientDms *self,QmiMessageDmsUimUnblockCkInput *input,guint timeout,GCancellable *cancellable,GAsyncReadyCallback callback,gpointer user_data); QmiMessageDmsUimUnblockCkOutput * qmi_client_dms_uim_unblock_ck_finish (QmiClientDms *self,GAsyncResult *res,GError **error);
GBoxed +----QmiMessageDmsUimUnblockCkInput
GBoxed +----QmiMessageDmsUimUnblockCkOutput
typedef struct _QmiMessageDmsUimUnblockCkInput QmiMessageDmsUimUnblockCkInput;
The QmiMessageDmsUimUnblockCkInput structure contains private data and should only be accessed using the provided API.
typedef struct _QmiMessageDmsUimUnblockCkOutput QmiMessageDmsUimUnblockCkOutput;
The QmiMessageDmsUimUnblockCkOutput structure contains private data and should only be accessed using the provided API.
QmiMessageDmsUimUnblockCkInput * qmi_message_dms_uim_unblock_ck_input_new
                                                        (void);
Allocates a new QmiMessageDmsUimUnblockCkInput.
| Returns : | the newly created QmiMessageDmsUimUnblockCkInput. The returned value should be freed with qmi_message_dms_uim_unblock_ck_input_unref(). | 
QmiMessageDmsUimUnblockCkInput * qmi_message_dms_uim_unblock_ck_input_ref
                                                        (QmiMessageDmsUimUnblockCkInput *self);
Atomically increments the reference count of self by one.
| 
 | a QmiMessageDmsUimUnblockCkInput. | 
| Returns : | the new reference to self. | 
void                qmi_message_dms_uim_unblock_ck_input_unref
                                                        (QmiMessageDmsUimUnblockCkInput *self);
Atomically decrements the reference count of self by one.
If the reference count drops to 0, self is completely disposed.
| 
 | a QmiMessageDmsUimUnblockCkInput. | 
gboolean qmi_message_dms_uim_unblock_ck_input_get_facility (QmiMessageDmsUimUnblockCkInput *self,QmiDmsUimFacility *facility_facility,const gchar **facility_facility_control_key,GError **error);
Get the 'Facility' field from self.
| 
 | a QmiMessageDmsUimUnblockCkInput. | 
| 
 | a placeholder for the output QmiDmsUimFacility, or NULLif not required. | 
| 
 | a placeholder for the output constant string, or NULLif not required. | 
| 
 | Return location for error or NULL. | 
| Returns : | TRUEif the field is found,FALSEotherwise. | 
gboolean qmi_message_dms_uim_unblock_ck_input_set_facility (QmiMessageDmsUimUnblockCkInput *self,QmiDmsUimFacility facility_facility,const gchar *facility_facility_control_key,GError **error);
Set the 'Facility' field in the message.
| 
 | a QmiMessageDmsUimUnblockCkInput. | 
| 
 | a QmiDmsUimFacility. | 
| 
 | a constant string. | 
| 
 | Return location for error or NULL. | 
| Returns : | TRUEifvaluewas successfully set,FALSEotherwise. | 
QmiMessageDmsUimUnblockCkOutput * qmi_message_dms_uim_unblock_ck_output_ref
                                                        (QmiMessageDmsUimUnblockCkOutput *self);
Atomically increments the reference count of self by one.
| 
 | a QmiMessageDmsUimUnblockCkOutput. | 
| Returns : | the new reference to self. | 
void                qmi_message_dms_uim_unblock_ck_output_unref
                                                        (QmiMessageDmsUimUnblockCkOutput *self);
Atomically decrements the reference count of self by one.
If the reference count drops to 0, self is completely disposed.
| 
 | a QmiMessageDmsUimUnblockCkOutput. | 
gboolean qmi_message_dms_uim_unblock_ck_output_get_result (QmiMessageDmsUimUnblockCkOutput *self,GError **error);
Get the result of the QMI operation.
gboolean qmi_message_dms_uim_unblock_ck_output_get_unblock_retries_left (QmiMessageDmsUimUnblockCkOutput *self,guint8 *unblock_retries_left,GError **error);
Get the 'Unblock Retries Left' field from self.
void qmi_client_dms_uim_unblock_ck (QmiClientDms *self,QmiMessageDmsUimUnblockCkInput *input,guint timeout,GCancellable *cancellable,GAsyncReadyCallback callback,gpointer user_data);
Asynchronously sends a UIM Unblock CK 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_unblock_ck_finish() to get the result of the operation.
| 
 | a QmiClientDms. | 
| 
 | a QmiMessageDmsUimUnblockCkInput. | 
| 
 | 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. | 
QmiMessageDmsUimUnblockCkOutput * qmi_client_dms_uim_unblock_ck_finish (QmiClientDms *self,GAsyncResult *res,GError **error);
Finishes an async operation started with qmi_client_dms_uim_unblock_ck().
| 
 | a QmiClientDms. | 
| 
 | the GAsyncResult obtained from the GAsyncReadyCallback passed to qmi_client_dms_uim_unblock_ck(). | 
| 
 | Return location for error or NULL. | 
| Returns : | a QmiMessageDmsUimUnblockCkOutput, or NULLiferroris set. The returned value should be freed withqmi_message_dms_uim_unblock_ck_output_unref(). |