Qmi.MessageAtrSendInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
|
Details¶
- class Qmi.MessageAtrSendInput¶
The
Qmi.MessageAtrSendInput
structure contains private data and should only be accessed using the provided API.New in version 1.34.
- classmethod new()¶
- Returns:
the newly created
Qmi.MessageAtrSendInput
. The returned value should be freed withQmi.MessageAtrSendInput.unref
().- Return type:
Allocates a new
Qmi.MessageAtrSendInput
.New in version 1.34.
- get_message()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_message:
a placeholder for the output constant string, or
None
if not required.
- Return type:
Get the ‘Message’ field from self.
New in version 1.34.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
New in version 1.34.
- set_message(value_message)¶
- Parameters:
value_message (
str
) – a constant string with a maximum length of 1024 characters.- Raises:
- Returns:
- Return type:
Set the ‘Message’ field in the message.
New in version 1.34.
- 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.34.