Qmi.IndicationPdsEventReportOutput¶
Fields¶
None
Methods¶
|
|
|
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:
- Returns:
True
if the field is found,False
otherwise.- value_extended_nmea_position_operation_mode:
a placeholder for the output
Qmi.PdsOperationMode
, orNone
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:
- 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:
Get the ‘NMEA Position’ field from self.
New in version 1.0.
- get_position_session_status()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_position_session_status:
a placeholder for the output
Qmi.PdsPositionSessionStatus
, orNone
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:
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.