Qmi.IndicationPdsEventReportOutput¶
Fields¶
None
Methods¶
  | 
|
  | 
Details¶
- class Qmi.IndicationPdsEventReportOutput¶
 The
Qmi.IndicationPdsEventReportOutputstructure contains private data and should only be accessed using the provided API.New in version 1.0.
- get_extended_nmea_position()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_extended_nmea_position_operation_mode:
 a placeholder for the output
Qmi.PdsOperationMode, orNoneif not required.- value_extended_nmea_position_nmea:
 a placeholder for the output constant string, or
Noneif 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:
 Trueif the field is found,Falseotherwise.- value_nmea_position:
 a placeholder for the output constant string, or
Noneif not required.
- Return type:
 
Get the ‘NMEA Position’ field from self.
New in version 1.0.
- get_position_session_status()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_position_session_status:
 a placeholder for the output
Qmi.PdsPositionSessionStatus, orNoneif 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.