Top |
DSD System Status indicationDSD System Status indication — Methods to manage the DSD System Status indication. |
GBoxed ├── QmiIndicationDsdSystemStatusOutput ╰── QmiIndicationDsdSystemStatusOutputAvailableSystemsSystem
QmiIndicationDsdSystemStatusOutput *
qmi_indication_dsd_system_status_output_ref
(QmiIndicationDsdSystemStatusOutput *self
);
Atomically increments the reference count of self
by one.
Since: 1.32
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.
Since: 1.32
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]
self |
||
value_available_systems |
a placeholder for the output GArray of QmiIndicationDsdSystemStatusOutputAvailableSystemsSystem elements, or |
[out][optional][element-type QmiIndicationDsdSystemStatusOutputAvailableSystemsSystem][transfer none] |
error |
Return location for error or |
Since: 1.32
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]
self |
||
value_available_systems_ptr |
a placeholder for the output array of QmiIndicationDsdSystemStatusOutputAvailableSystemsSystem elements, or |
[out][optional][element-type QmiIndicationDsdSystemStatusOutputAvailableSystemsSystem][transfer none] |
error |
Return location for error or |
Since: 1.32
QmiIndicationDsdSystemStatusOutput * qmi_indication_dsd_system_status_indication_parse (QmiMessage *message
,GError **error
);
Parses a QmiMessage and builds a QmiIndicationDsdSystemStatusOutput out of it. The operation fails if the message is of the wrong type.
a QmiIndicationDsdSystemStatusOutput, or NULL
if error
is set. The returned value should be freed with qmi_indication_dsd_system_status_output_unref()
.
Since: 1.34
typedef struct _QmiIndicationDsdSystemStatusOutput QmiIndicationDsdSystemStatusOutput;
The QmiIndicationDsdSystemStatusOutput structure contains private data and should only be accessed using the provided API.
Since: 1.32
typedef struct { QmiDsdDataSystemNetworkType technology; QmiDsdRadioAccessTechnology rat; QmiDsdSoMask so_mask; } QmiIndicationDsdSystemStatusOutputAvailableSystemsSystem;
A QmiIndicationDsdSystemStatusOutputAvailableSystemsSystem struct.
Since: 1.32