Qmi.IndicationPdsEventReportOutput

Fields

None

Methods

get_extended_nmea_position ()

get_nmea_position ()

get_position_session_status ()

ref ()

unref ()

Details

class Qmi.IndicationPdsEventReportOutput

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

New in version 1.0.

get_extended_nmea_position()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_extended_nmea_position_operation_mode:

a placeholder for the output Qmi.PdsOperationMode, or None if not required.

value_extended_nmea_position_nmea:

a placeholder for the output constant string, or None if not required.

Return type:

(bool, value_extended_nmea_position_operation_mode: Qmi.PdsOperationMode, value_extended_nmea_position_nmea: str)

Get the ‘Extended NMEA Position’ field from self.

New in version 1.0.

get_nmea_position()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_nmea_position:

a placeholder for the output constant string, or None if not required.

Return type:

(bool, value_nmea_position: str)

Get the ‘NMEA Position’ field from self.

New in version 1.0.

get_position_session_status()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_position_session_status:

a placeholder for the output Qmi.PdsPositionSessionStatus, or None if not required.

Return type:

(bool, value_position_session_status: Qmi.PdsPositionSessionStatus)

Get the ‘Position Session Status’ field from self.

New in version 1.0.

ref()
Returns:

the new reference to self.

Return type:

Qmi.IndicationPdsEventReportOutput

Atomically increments the reference count of self by one.

New in version 1.0.

unref()

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

New in version 1.0.