IMSA IMS Registration Status Changed indication

IMSA IMS Registration Status Changed indication — Methods to manage the IMSA IMS Registration Status Changed indication.

Functions

Types and Values

Object Hierarchy

    GBoxed
    ╰── QmiIndicationImsaImsRegistrationStatusChangedOutput

Description

Collection of methods to parse indications of the IMSA IMS Registration Status Changed message.

Functions

qmi_indication_imsa_ims_registration_status_changed_output_ref ()

QmiIndicationImsaImsRegistrationStatusChangedOutput *
qmi_indication_imsa_ims_registration_status_changed_output_ref
                               (QmiIndicationImsaImsRegistrationStatusChangedOutput *self);

Atomically increments the reference count of self by one.

Returns

the new reference to self .

Since: 1.36


qmi_indication_imsa_ims_registration_status_changed_output_unref ()

void
qmi_indication_imsa_ims_registration_status_changed_output_unref
                               (QmiIndicationImsaImsRegistrationStatusChangedOutput *self);

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

Since: 1.36


qmi_indication_imsa_ims_registration_status_changed_output_get_ims_registration_technology ()

gboolean
qmi_indication_imsa_ims_registration_status_changed_output_get_ims_registration_technology
                               (QmiIndicationImsaImsRegistrationStatusChangedOutput *self,
                                QmiImsaRegistrationTechnology *value_ims_registration_technology,
                                GError **error);

Get the 'IMS Registration Technology' field from self .

Parameters

self

a QmiIndicationImsaImsRegistrationStatusChangedOutput.

 

value_ims_registration_technology

a placeholder for the output QmiImsaRegistrationTechnology, 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.36


qmi_indication_imsa_ims_registration_status_changed_output_get_ims_registration_error_message ()

gboolean
qmi_indication_imsa_ims_registration_status_changed_output_get_ims_registration_error_message
                               (QmiIndicationImsaImsRegistrationStatusChangedOutput *self,
                                const gchar **value_ims_registration_error_message,
                                GError **error);

Get the 'IMS Registration Error Message' field from self .

Parameters

self

a QmiIndicationImsaImsRegistrationStatusChangedOutput.

 

value_ims_registration_error_message

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

[out][optional][transfer none]

error

Return location for error or NULL.

 

Returns

TRUE if the field is found, FALSE otherwise.

[skip]

Since: 1.36


qmi_indication_imsa_ims_registration_status_changed_output_get_ims_registration_error_code ()

gboolean
qmi_indication_imsa_ims_registration_status_changed_output_get_ims_registration_error_code
                               (QmiIndicationImsaImsRegistrationStatusChangedOutput *self,
                                guint16 *value_ims_registration_error_code,
                                GError **error);

Get the 'IMS Registration Error Code' field from self .

Parameters

self

a QmiIndicationImsaImsRegistrationStatusChangedOutput.

 

value_ims_registration_error_code

a placeholder for the output guint16, 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.36


qmi_indication_imsa_ims_registration_status_changed_output_get_ims_registration_status ()

gboolean
qmi_indication_imsa_ims_registration_status_changed_output_get_ims_registration_status
                               (QmiIndicationImsaImsRegistrationStatusChangedOutput *self,
                                QmiImsaImsRegistrationStatus *value_ims_registration_status,
                                GError **error);

Get the 'IMS Registration Status' field from self .

Parameters

self

a QmiIndicationImsaImsRegistrationStatusChangedOutput.

 

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.36


qmi_indication_imsa_ims_registration_status_changed_indication_parse ()

QmiIndicationImsaImsRegistrationStatusChangedOutput *
qmi_indication_imsa_ims_registration_status_changed_indication_parse
                               (QmiMessage *message,
                                GError **error);

Parses a QmiMessage and builds a QmiIndicationImsaImsRegistrationStatusChangedOutput out of it. The operation fails if the message is of the wrong type.

Parameters

message

a QmiMessage.

 

error

return location for error or NULL.

 

Returns

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

Since: 1.36

Types and Values

QmiIndicationImsaImsRegistrationStatusChangedOutput

typedef struct _QmiIndicationImsaImsRegistrationStatusChangedOutput QmiIndicationImsaImsRegistrationStatusChangedOutput;

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

Since: 1.36