Qmi.MessageSscControlInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
|
|
|
Details¶
- class Qmi.MessageSscControlInput¶
The
Qmi.MessageSscControlInput
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.MessageSscControlInput
. The returned value should be freed withQmi.MessageSscControlInput.unref
().- Return type:
Allocates a new
Qmi.MessageSscControlInput
.New in version 1.34.
- get_data()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_data:
a placeholder for the output
GLib.Array
of #guint8 elements, orNone
if not required. Do not free it, it is owned by self.
- Return type:
Get the ‘Data’ field from self.
New in version 1.34.
- get_report_type()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_report_type:
a placeholder for the output
Qmi.SscReportType
, orNone
if not required.
- Return type:
(
bool
, value_report_type:Qmi.SscReportType
)
Get the ‘Report Type’ 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_data(value_data)¶
- Parameters:
value_data (
bytes
) – aGLib.Array
of #guint8 elements. A new reference to value_data will be taken, so the caller must make sure the array was created with the correctGLib.DestroyNotify
as clear function for each element in the array.- Raises:
- Returns:
- Return type:
Set the ‘Data’ field in the message.
New in version 1.34.
- set_report_type(value_report_type)¶
- Parameters:
value_report_type (
Qmi.SscReportType
) – aQmi.SscReportType
.- Raises:
- Returns:
- Return type:
Set the ‘Report Type’ 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.