Qmi.MessageDmsSetTimeInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
|
Details¶
- class Qmi.MessageDmsSetTimeInput¶
The
Qmi.MessageDmsSetTimeInput
structure contains private data and should only be accessed using the provided API.New in version 1.0.
- classmethod new()¶
- Returns:
the newly created
Qmi.MessageDmsSetTimeInput
. The returned value should be freed withQmi.MessageDmsSetTimeInput.unref
().- Return type:
Allocates a new
Qmi.MessageDmsSetTimeInput
.New in version 1.0.
- get_time_reference_type()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_time_reference_type:
a placeholder for the output
Qmi.DmsTimeReferenceType
, orNone
if not required.
- Return type:
(
bool
, value_time_reference_type:Qmi.DmsTimeReferenceType
)
Get the ‘Time Reference Type’ field from self.
New in version 1.0.
- get_time_value()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_time_value:
a placeholder for the output #guint64, or
None
if not required.
- Return type:
Get the ‘Time Value’ 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.
- set_time_reference_type(value_time_reference_type)¶
- Parameters:
value_time_reference_type (
Qmi.DmsTimeReferenceType
) – aQmi.DmsTimeReferenceType
.- Raises:
- Returns:
- Return type:
Set the ‘Time Reference Type’ field in the message.
New in version 1.0.
- set_time_value(value_time_value)¶
- Parameters:
value_time_value (
int
) – a #guint64.- Raises:
- Returns:
- Return type:
Set the ‘Time Value’ field in the message.
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.