Qmi.MessageDmsGetTimeOutput¶
Fields¶
None
Methods¶
|
|
|
|
|
Details¶
- class Qmi.MessageDmsGetTimeOutput¶
The
Qmi.MessageDmsGetTimeOutput
structure contains private data and should only be accessed using the provided API.New in version 1.0.
- get_device_time()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_device_time_time_count:
a placeholder for the output #guint64, or
None
if not required.- value_device_time_time_source:
a placeholder for the output
Qmi.DmsTimeSource
, orNone
if not required.
- Return type:
(
bool
, value_device_time_time_count:int
, value_device_time_time_source:Qmi.DmsTimeSource
)
Get the ‘Device Time’ field from self.
New in version 1.0.
- get_result()¶
- Raises:
- Returns:
- Return type:
Get the result of the QMI operation.
New in version 1.0.
- get_system_time()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_system_time:
a placeholder for the output #guint64, or
None
if not required.
- Return type:
Get the ‘System Time’ field from self.
New in version 1.0.
- get_user_time()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_user_time:
a placeholder for the output #guint64, or
None
if not required.
- Return type:
Get the ‘User Time’ 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.