Top |
LOC Get Predicted Orbits Data Source indicationLOC Get Predicted Orbits Data Source indication — Methods to manage the LOC Get Predicted Orbits Data Source indication. |
Collection of methods to parse indications of the LOC Get Predicted Orbits Data Source message.
QmiIndicationLocGetPredictedOrbitsDataSourceOutput *
qmi_indication_loc_get_predicted_orbits_data_source_output_ref
(QmiIndicationLocGetPredictedOrbitsDataSourceOutput *self
);
Atomically increments the reference count of self
by one.
Since: 1.22
void
qmi_indication_loc_get_predicted_orbits_data_source_output_unref
(QmiIndicationLocGetPredictedOrbitsDataSourceOutput *self
);
Atomically decrements the reference count of self
by one.
If the reference count drops to 0, self
is completely disposed.
Since: 1.22
gboolean qmi_indication_loc_get_predicted_orbits_data_source_output_get_server_list (QmiIndicationLocGetPredictedOrbitsDataSourceOutput *self
,GArray **value_server_list
,GError **error
);
Get the 'Server List' field from self
.
Since: 1.22
gboolean qmi_indication_loc_get_predicted_orbits_data_source_output_get_allowed_sizes (QmiIndicationLocGetPredictedOrbitsDataSourceOutput *self
,guint32 *value_allowed_sizes_max_file_size
,guint32 *value_allowed_sizes_max_part_size
,GError **error
);
Get the 'Allowed Sizes' field from self
.
Since: 1.22
gboolean qmi_indication_loc_get_predicted_orbits_data_source_output_get_indication_status (QmiIndicationLocGetPredictedOrbitsDataSourceOutput *self
,QmiLocIndicationStatus *value_indication_status
,GError **error
);
Get the 'Indication Status' field from self
.
self |
||
value_indication_status |
a placeholder for the output QmiLocIndicationStatus, or |
[out][optional] |
error |
Return location for error or |
Since: 1.22
QmiIndicationLocGetPredictedOrbitsDataSourceOutput * qmi_indication_loc_get_predicted_orbits_data_source_indication_parse (QmiMessage *message
,GError **error
);
Parses a QmiMessage and builds a QmiIndicationLocGetPredictedOrbitsDataSourceOutput out of it. The operation fails if the message is of the wrong type.
a QmiIndicationLocGetPredictedOrbitsDataSourceOutput, or NULL
if error
is set. The returned value should be freed with qmi_indication_loc_get_predicted_orbits_data_source_output_unref()
.
Since: 1.34
typedef struct _QmiIndicationLocGetPredictedOrbitsDataSourceOutput QmiIndicationLocGetPredictedOrbitsDataSourceOutput;
The QmiIndicationLocGetPredictedOrbitsDataSourceOutput structure contains private data and should only be accessed using the provided API.
Since: 1.22