WDS Profile Changed indication

WDS Profile Changed indication — Methods to manage the WDS Profile Changed indication.

Functions

Types and Values

Object Hierarchy

    GBoxed
    ╰── QmiIndicationWdsProfileChangedOutput

Description

Collection of methods to parse indications of the WDS Profile Changed message.

Functions

qmi_indication_wds_profile_changed_output_ref ()

QmiIndicationWdsProfileChangedOutput *
qmi_indication_wds_profile_changed_output_ref
                               (QmiIndicationWdsProfileChangedOutput *self);

Atomically increments the reference count of self by one.

Parameters

Returns

the new reference to self .

Since: 1.34


qmi_indication_wds_profile_changed_output_unref ()

void
qmi_indication_wds_profile_changed_output_unref
                               (QmiIndicationWdsProfileChangedOutput *self);

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

Parameters

Since: 1.34


qmi_indication_wds_profile_changed_output_get_profile_event ()

gboolean
qmi_indication_wds_profile_changed_output_get_profile_event
                               (QmiIndicationWdsProfileChangedOutput *self,
                                QmiWdsProfileType *value_profile_event_profile_type,
                                guint8 *value_profile_event_profile_index,
                                QmiWdsProfileChangeEvent *value_profile_event_change_event,
                                GError **error);

Get the 'Profile Event' field from self .

Parameters

self

a QmiIndicationWdsProfileChangedOutput.

 

value_profile_event_profile_type

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

[out][optional]

value_profile_event_profile_index

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

[out][optional]

value_profile_event_change_event

a placeholder for the output QmiWdsProfileChangeEvent, 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_indication_wds_profile_changed_indication_parse ()

QmiIndicationWdsProfileChangedOutput *
qmi_indication_wds_profile_changed_indication_parse
                               (QmiMessage *message,
                                GError **error);

Parses a QmiMessage and builds a QmiIndicationWdsProfileChangedOutput 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 QmiIndicationWdsProfileChangedOutput, or NULL if error is set. The returned value should be freed with qmi_indication_wds_profile_changed_output_unref().

Since: 1.34

Types and Values

QmiIndicationWdsProfileChangedOutput

typedef struct _QmiIndicationWdsProfileChangedOutput QmiIndicationWdsProfileChangedOutput;

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

Since: 1.34