IMSA Get IMS Registration Status response

IMSA Get IMS Registration Status response — Methods to manage the IMSA Get IMS Registration Status response.

Functions

Types and Values

Object Hierarchy

    GBoxed
    ╰── QmiMessageImsaGetImsRegistrationStatusOutput

Description

Collection of methods to create requests and parse responses of the IMSA Get IMS Registration Status message.

Functions

qmi_message_imsa_get_ims_registration_status_output_ref ()

QmiMessageImsaGetImsRegistrationStatusOutput *
qmi_message_imsa_get_ims_registration_status_output_ref
                               (QmiMessageImsaGetImsRegistrationStatusOutput *self);

Atomically increments the reference count of self by one.

Returns

the new reference to self .

Since: 1.34


qmi_message_imsa_get_ims_registration_status_output_unref ()

void
qmi_message_imsa_get_ims_registration_status_output_unref
                               (QmiMessageImsaGetImsRegistrationStatusOutput *self);

Atomically decrements the reference count of self by one. If the reference count drops to 0, self is completely disposed.

Since: 1.34


qmi_message_imsa_get_ims_registration_status_output_get_result ()

gboolean
qmi_message_imsa_get_ims_registration_status_output_get_result
                               (QmiMessageImsaGetImsRegistrationStatusOutput *self,
                                GError **error);

Get the result of the QMI operation.

Parameters

self

a QmiMessageImsaGetImsRegistrationStatusOutput.

 

error

Return location for error or NULL.

 

Returns

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

[skip]

Since: 1.34


qmi_message_imsa_get_ims_registration_status_output_get_ims_registration_status ()

gboolean
qmi_message_imsa_get_ims_registration_status_output_get_ims_registration_status
                               (QmiMessageImsaGetImsRegistrationStatusOutput *self,
                                QmiImsaImsRegistrationStatus *value_ims_registration_status,
                                GError **error);

Get the 'IMS Registration Status' field from self .

Parameters

self

a QmiMessageImsaGetImsRegistrationStatusOutput.

 

value_ims_registration_status

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

[out][optional]

error

Return location for error or NULL.

 

Returns

TRUE if the field is found, FALSE otherwise.

[skip]

Since: 1.34


qmi_message_imsa_get_ims_registration_status_output_get_ims_registration_error_code ()

gboolean
qmi_message_