DMS UIM Get CK Status

DMS UIM Get CK Status

Synopsis

                    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);

Object Hierarchy

  GBoxed
   +----QmiMessageDmsUimGetCkStatusInput
  GBoxed
   +----QmiMessageDmsUimGetCkStatusOutput

Description

Details

QmiMessageDmsUimGetCkStatusInput

typedef struct _QmiMessageDmsUimGetCkStatusInput QmiMessageDmsUimGetCkStatusInput;

The QmiMessageDmsUimGetCkStatusInput structure contains private data and should only be accessed using the provided API.


QmiMessageDmsUimGetCkStatusOutput

typedef struct _QmiMessageDmsUimGetCkStatusOutput QmiMessageDmsUimGetCkStatusOutput;

The QmiMessageDmsUimGetCkStatusOutput structure contains private data and should only be accessed using the provided API.


qmi_message_dms_uim_get_ck_status_input_new ()

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().

qmi_message_dms_uim_get_ck_status_input_ref ()

QmiMessageDmsUimGetCkStatusInput * qmi_message_dms_uim_get_ck_status_input_ref
                                                        (QmiMessageDmsUimGetCkStatusInput *self);

Atomically increments the reference count of self by one.

self :

a QmiMessageDmsUimGetCkStatusInput.

Returns :

the new reference to self.

qmi_message_dms_uim_get_ck_status_input_unref ()

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.


qmi_message_dms_uim_get_ck_status_input_get_facility ()

gboolean            qmi_message_dms_uim_get_ck_status_input_get_facility
                                                        (QmiMessageDmsUimGetCkStatusInput *self,
                                                         QmiDmsUimFacility *facility,
                                                         GError **error);

Get the 'Facility' field from self.

self :

a QmiMessageDmsUimGetCkStatusInput.

facility :

a placeholder for the output QmiDmsUimFacility, or NULL if not required.

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_message_dms_uim_get_ck_status_input_set_facility ()

gboolean            qmi_message_dms_uim_get_ck_status_input_set_facility
                                                        (QmiMessageDmsUimGetCkStatusInput *self,
                                                         QmiDmsUimFacility facility,
                                                         GError **error);

Set the 'Facility' field in the message.

self :

a QmiMessageDmsUimGetCkStatusInput.

facility :

a QmiDmsUimFacility.

error :

Return location for error or NULL.

Returns :

TRUE if value was successfully set, FALSE otherwise.

qmi_message_dms_uim_get_ck_status_output_ref ()

QmiMessageDmsUimGetCkStatusOutput * qmi_message_dms_uim_get_ck_status_output_ref
                                                        (QmiMessageDmsUimGetCkStatusOutput *self);

Atomically increments the reference count of self by one.

self :

a QmiMessageDmsUimGetCkStatusOutput.

Returns :

the new reference to self.

qmi_message_dms_uim_get_ck_status_output_unref ()

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.


qmi_message_dms_uim_get_ck_status_output_get_result ()

gboolean            qmi_message_dms_uim_get_ck_status_output_get_result
                                                        (QmiMessageDmsUimGetCkStatusOutput *self,
                                                         GError **error);

Get the result of the QMI operation.

self :

a QmiMessageDmsUimGetCkStatusOutput.

error :

Return location for error or NULL.

Returns :

TRUE if the QMI operation succeeded, FALSE if error is set.

qmi_message_dms_uim_get_ck_status_output_get_ck_status ()

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 :

a QmiMessageDmsUimGetCkStatusOutput.

ck_status_facility_state :

a placeholder for the output QmiDmsUimFacilityState, or NULL if not required.

ck_status_verify_retries_left :

a placeholder for the output guint8, or NULL if not required.

ck_status_unblock_retries_left :

a placeholder for the output guint8, or NULL if not required.

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_message_dms_uim_get_ck_status_output_get_operation_blocking_facility ()

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.

self :

a QmiMessageDmsUimGetCkStatusOutput.

operation_blocking_facility :

a placeholder for the output gboolean, or NULL if not required.

error :

Return location for error or NULL.

Returns :

TRUE if the field is found, FALSE otherwise.

qmi_client_dms_uim_get_ck_status ()

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 :

a QmiMessageDmsUimGetCkStatusInput.

timeout :

maximum time to wait for the method to complete, in seconds.

cancellable :

a GCancellable or NULL.

callback :

a GAsyncReadyCallback to call when the request is satisfied.

user_data :

user data to pass to callback.

qmi_client_dms_uim_get_ck_status_finish ()

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 qmi_client_dms_uim_get_ck_status().

error :

Return location for error or NULL.

Returns :

a QmiMessageDmsUimGetCkStatusOutput, or NULL if error is set. The returned value should be freed with qmi_message_dms_uim_get_ck_status_output_unref().