Qmi.MessageDsdSystemStatusChangeInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
Details¶
- class Qmi.MessageDsdSystemStatusChangeInput¶
The
Qmi.MessageDsdSystemStatusChangeInput
structure contains private data and should only be accessed using the provided API.New in version 1.32.
- classmethod new()¶
- Returns:
the newly created
Qmi.MessageDsdSystemStatusChangeInput
. The returned value should be freed withQmi.MessageDsdSystemStatusChangeInput.unref
().- Return type:
Allocates a new
Qmi.MessageDsdSystemStatusChangeInput
.New in version 1.32.
- get_register_indication()¶
- Raises:
- Returns:
- Return type:
Get the ‘Register Indication’ field from self.
New in version 1.32.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
New in version 1.32.
- set_register_indication(value_register_indication)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘Register Indication’ field in the message.
New in version 1.32.
- 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.32.