Qmi.MessageSarRfSetStateInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
|
Details¶
- class Qmi.MessageSarRfSetStateInput¶
The
Qmi.MessageSarRfSetStateInput
structure contains private data and should only be accessed using the provided API.New in version 1.28.
- classmethod new()¶
- Returns:
the newly created
Qmi.MessageSarRfSetStateInput
. The returned value should be freed withQmi.MessageSarRfSetStateInput.unref
().- Return type:
Allocates a new
Qmi.MessageSarRfSetStateInput
.New in version 1.28.
- get_state()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_state:
a placeholder for the output
Qmi.SarRfState
, orNone
if not required.
- Return type:
(
bool
, value_state:Qmi.SarRfState
)
Get the ‘State’ field from self.
New in version 1.28.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
New in version 1.28.
- set_state(value_state)¶
- Parameters:
value_state (
Qmi.SarRfState
) – aQmi.SarRfState
.- Raises:
- Returns:
- Return type:
Set the ‘State’ field in the message.
New in version 1.28.
- 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.28.