WMS SMSC Address indication

WMS SMSC Address indication — Methods to manage the WMS SMSC Address indication.

Functions

Types and Values

Object Hierarchy

    GBoxed
    ╰── QmiIndicationWmsSmscAddressOutput

Description

Collection of methods to parse indications of the WMS SMSC Address message.

Functions

qmi_indication_wms_smsc_address_output_ref ()

QmiIndicationWmsSmscAddressOutput *
qmi_indication_wms_smsc_address_output_ref
                               (QmiIndicationWmsSmscAddressOutput *self);

Atomically increments the reference count of self by one.

Parameters

Returns

the new reference to self .

Since: 1.14


qmi_indication_wms_smsc_address_output_unref ()

void
qmi_indication_wms_smsc_address_output_unref
                               (QmiIndicationWmsSmscAddressOutput *self);

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

Parameters

Since: 1.14


qmi_indication_wms_smsc_address_output_get_address ()

gboolean
qmi_indication_wms_smsc_address_output_get_address
                               (QmiIndicationWmsSmscAddressOutput *self,
                                const gchar **value_address_type,
                                const gchar **value_address_digits,
                                GError **error);

Get the 'Address' field from self .

Parameters

self

a QmiIndicationWmsSmscAddressOutput.

 

value_address_type

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

[out][optional][transfer none]

value_address_digits

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


qmi_indication_wms_smsc_address_indication_parse ()

QmiIndicationWmsSmscAddressOutput *
qmi_indication_wms_smsc_address_indication_parse
                               (QmiMessage *message,
                                GError **error);

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

Since: 1.34

Types and Values

QmiIndicationWmsSmscAddressOutput

typedef struct _QmiIndicationWmsSmscAddressOutput QmiIndicationWmsSmscAddressOutput;

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

Since: 1.14