DSD System Status indication

DSD System Status indication — Methods to manage the DSD System Status indication.

Functions

Types and Values

Object Hierarchy

    GBoxed
    ├── QmiIndicationDsdSystemStatusOutput
    ╰── QmiIndicationDsdSystemStatusOutputAvailableSystemsSystem

Description

Collection of methods to parse indications of the DSD System Status message.

Functions

qmi_indication_dsd_system_status_output_ref ()

QmiIndicationDsdSystemStatusOutput *
qmi_indication_dsd_system_status_output_ref
                               (QmiIndicationDsdSystemStatusOutput *self);

Atomically increments the reference count of self by one.

Parameters

Returns

the new reference to self .

Since: 1.32


qmi_indication_dsd_system_status_output_unref ()

void
qmi_indication_dsd_system_status_output_unref
                               (QmiIndicationDsdSystemStatusOutput *self);

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

Parameters

Since: 1.32


qmi_indication_dsd_system_status_output_get_available_systems ()

gboolean
qmi_indication_dsd_system_status_output_get_available_systems
                               (QmiIndicationDsdSystemStatusOutput *self,
                                GArray **value_available_systems,
                                GError **error);

Get the 'Available Systems' field from self .

[skip]

Parameters

self

a QmiIndicationDsdSystemStatusOutput.

 

value_available_systems

a placeholder for the output GArray of QmiIndicationDsdSystemStatusOutputAvailableSystemsSystem elements, or NULL if not required. Do not free it, it is owned by self .

[out][optional][element-type QmiIndicationDsdSystemStatusOutputAvailableSystemsSystem][transfer none]

error

Return location for error or NULL.

 

Returns

TRUE if the field is found, FALSE otherwise.

[skip]

Since: 1.32


qmi_indication_dsd_system_status_output_get_available_systems_gir ()

gboolean
qmi_indication_dsd_system_status_output_get_available_systems_gir
                               (QmiIndicationDsdSystemStatusOutput *self,
                                GPtrArray **value_available_systems_ptr,
                                GError **error);

Get the 'Available Systems' field from self .

Version of qmi_indication_dsd_system_status_output_get_available_systems() using arrays of pointers to structs instead of arrays of structs, for easier binding in other languages.

[rename-to qmi_indication_dsd_system_status_output_get_available_systems]

Parameters

self

a QmiIndicationDsdSystemStatusOutput.

 

value_available_systems_ptr

a placeholder for the output array of QmiIndicationDsdSystemStatusOutputAvailableSystemsSystem elements, or NULL if not required. Do not free or modify it, it is owned by self .

[out][optional][element-type QmiIndicationDsdSystemStatusOutputAvailableSystemsSystem][transfer none]

error

Return location for error or NULL.

 

Returns

TRUE if the field is found, FALSE otherwise.

[skip]

Since: 1.32

Types and Values

QmiIndicationDsdSystemStatusOutput

typedef struct _QmiIndicationDsdSystemStatusOutput QmiIndicationDsdSystemStatusOutput;

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

Since: 1.32


QmiIndicationDsdSystemStatusOutputAvailableSystemsSystem

typedef struct {
    QmiDsdDataSystemNetworkType technology;
    QmiDsdRadioAccessTechnology rat;
    QmiDsdSoMask so_mask;
} QmiIndicationDsdSystemStatusOutputAvailableSystemsSystem;

A QmiIndicationDsdSystemStatusOutputAvailableSystemsSystem struct.

Since: 1.32