Qmi.MessagePdsGetDefaultTrackingSessionOutput¶
Fields¶
None
Methods¶
|
|
|
|
|
|
|
Details¶
- class Qmi.MessagePdsGetDefaultTrackingSessionOutput¶
The
Qmi.MessagePdsGetDefaultTrackingSessionOutput
structure contains private data and should only be accessed using the provided API.New in version 1.12.
- get_info()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_info_session_operation:
a placeholder for the output
Qmi.PdsOperatingMode
, orNone
if not required.- value_info_position_data_timeout:
a placeholder for the output #guint8, or
None
if not required.- value_info_interval:
a placeholder for the output #guint32, or
None
if not required.- value_info_accuracy_threshold:
a placeholder for the output #guint32, or
None
if not required.
- Return type:
(
bool
, value_info_session_operation:Qmi.PdsOperatingMode
, value_info_position_data_timeout:int
, value_info_interval:int
, value_info_accuracy_threshold:int
)
Get the ‘Info’ field from self.
New in version 1.12.
- get_result()¶
- Raises:
- Returns:
- Return type:
Get the result of the QMI operation.
New in version 1.12.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
New in version 1.12.
- 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.12.