Top |
LOC Get NMEA Types indicationLOC Get NMEA Types indication — Methods to manage the LOC Get NMEA Types indication. |
QmiIndicationLocGetNmeaTypesOutput *
qmi_indication_loc_get_nmea_types_output_ref
(QmiIndicationLocGetNmeaTypesOutput *self
);
Atomically increments the reference count of self
by one.
Since: 1.26
void
qmi_indication_loc_get_nmea_types_output_unref
(QmiIndicationLocGetNmeaTypesOutput *self
);
Atomically decrements the reference count of self
by one.
If the reference count drops to 0, self
is completely disposed.
Since: 1.26
gboolean qmi_indication_loc_get_nmea_types_output_get_nmea_types (QmiIndicationLocGetNmeaTypesOutput *self
,QmiLocNmeaType *value_nmea_types
,GError **error
);
Get the 'NMEA Types' field from self
.
self |
||
value_nmea_types |
a placeholder for the output QmiLocNmeaType, or |
[out][optional] |
error |
Return location for error or |
Since: 1.26
gboolean qmi_indication_loc_get_nmea_types_output_get_indication_status (QmiIndicationLocGetNmeaTypesOutput *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.26
QmiIndicationLocGetNmeaTypesOutput * qmi_indication_loc_get_nmea_types_indication_parse (QmiMessage *message
,GError **error
);
Parses a QmiMessage and builds a QmiIndicationLocGetNmeaTypesOutput out of it. The operation fails if the message is of the wrong type.
a QmiIndicationLocGetNmeaTypesOutput, or NULL
if error
is set. The returned value should be freed with qmi_indication_loc_get_nmea_types_output_unref()
.
Since: 1.34
typedef struct _QmiIndicationLocGetNmeaTypesOutput QmiIndicationLocGetNmeaTypesOutput;
The QmiIndicationLocGetNmeaTypesOutput structure contains private data and should only be accessed using the provided API.
Since: 1.26