Top |
PDS Event Report indicationPDS Event Report indication — Methods to manage the PDS Event Report indication. |
QmiIndicationPdsEventReportOutput *
qmi_indication_pds_event_report_output_ref
(QmiIndicationPdsEventReportOutput *self
);
Atomically increments the reference count of self
by one.
Since: 1.0
void
qmi_indication_pds_event_report_output_unref
(QmiIndicationPdsEventReportOutput *self
);
Atomically decrements the reference count of self
by one.
If the reference count drops to 0, self
is completely disposed.
Since: 1.0
gboolean qmi_indication_pds_event_report_output_get_position_session_status (QmiIndicationPdsEventReportOutput *self
,QmiPdsPositionSessionStatus *value_position_session_status
,GError **error
);
Get the 'Position Session Status' field from self
.
self |
||
value_position_session_status |
a placeholder for the output QmiPdsPositionSessionStatus, or |
[out][optional] |
error |
Return location for error or |
Since: 1.0
gboolean qmi_indication_pds_event_report_output_get_extended_nmea_position (QmiIndicationPdsEventReportOutput *self
,QmiPdsOperationMode *value_extended_nmea_position_operation_mode
,const gchar **value_extended_nmea_position_nmea
,GError **error
);
Get the 'Extended NMEA Position' field from self
.
self |
||
value_extended_nmea_position_operation_mode |
a placeholder for the output QmiPdsOperationMode, or |
[out][optional] |
value_extended_nmea_position_nmea |
a placeholder for the output constant string, or |
[out][optional][transfer none] |
error |
Return location for error or |
Since: 1.0
gboolean qmi_indication_pds_event_report_output_get_nmea_position (QmiIndicationPdsEventReportOutput *self
,const gchar **value_nmea_position
,GError **error
);
Get the 'NMEA Position' field from self
.
Since: 1.0
QmiIndicationPdsEventReportOutput * qmi_indication_pds_event_report_indication_parse (QmiMessage *message
,GError **error
);
Parses a QmiMessage and builds a QmiIndicationPdsEventReportOutput out of it. The operation fails if the message is of the wrong type.
a QmiIndicationPdsEventReportOutput, or NULL
if error
is set. The returned value should be freed with qmi_indication_pds_event_report_output_unref()
.
Since: 1.34
typedef struct _QmiIndicationPdsEventReportOutput QmiIndicationPdsEventReportOutput;
The QmiIndicationPdsEventReportOutput structure contains private data and should only be accessed using the provided API.
Since: 1.0