Qmi.MessagePdsSetDefaultTrackingSessionInput¶
Fields¶
None
Methods¶
class  | 
  | 
  | 
|
  | 
|
  | 
|
  | 
Details¶
- class Qmi.MessagePdsSetDefaultTrackingSessionInput¶
 The
Qmi.MessagePdsSetDefaultTrackingSessionInputstructure contains private data and should only be accessed using the provided API.New in version 1.12.
- classmethod new()¶
 - Returns:
 the newly created
Qmi.MessagePdsSetDefaultTrackingSessionInput. The returned value should be freed withQmi.MessagePdsSetDefaultTrackingSessionInput.unref().- Return type:
 
Allocates a new
Qmi.MessagePdsSetDefaultTrackingSessionInput.New in version 1.12.
- get_info()¶
 - Raises:
 - Returns:
 Trueif the field is found,Falseotherwise.- value_info_session_operation:
 a placeholder for the output
Qmi.PdsOperatingMode, orNoneif not required.- value_info_position_data_timeout:
 a placeholder for the output #guint8, or
Noneif not required.- value_info_interval:
 a placeholder for the output #guint32, or
Noneif not required.- value_info_accuracy_threshold:
 a placeholder for the output #guint32, or
Noneif 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.
- ref()¶
 - Returns:
 the new reference to self.
- Return type:
 
Atomically increments the reference count of self by one.
New in version 1.12.
- set_info(value_info_session_operation, value_info_position_data_timeout, value_info_interval, value_info_accuracy_threshold)¶
 - Parameters:
 value_info_session_operation (
Qmi.PdsOperatingMode) – aQmi.PdsOperatingMode.value_info_position_data_timeout (
int) – a #guint8.value_info_interval (
int) – a #guint32.value_info_accuracy_threshold (
int) – a #guint32.
- Raises:
 - Returns:
 - Return type:
 
Set the ‘Info’ field in the message.
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.