Qmi.MessageWdaGetDataFormatInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
Details¶
- class Qmi.MessageWdaGetDataFormatInput¶
The
Qmi.MessageWdaGetDataFormatInput
structure contains private data and should only be accessed using the provided API.New in version 1.10.
- classmethod new()¶
- Returns:
the newly created
Qmi.MessageWdaGetDataFormatInput
. The returned value should be freed withQmi.MessageWdaGetDataFormatInput.unref
().- Return type:
Allocates a new
Qmi.MessageWdaGetDataFormatInput
.New in version 1.10.
- get_endpoint_info()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_endpoint_info_endpoint_type:
a placeholder for the output
Qmi.DataEndpointType
, orNone
if not required.- value_endpoint_info_interface_number:
a placeholder for the output #guint32, or
None
if not required.
- Return type:
(
bool
, value_endpoint_info_endpoint_type:Qmi.DataEndpointType
, value_endpoint_info_interface_number:int
)
Get the ‘Endpoint Info’ field from self.
New in version 1.26.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
New in version 1.10.
- set_endpoint_info(value_endpoint_info_endpoint_type, value_endpoint_info_interface_number)¶
- Parameters:
value_endpoint_info_endpoint_type (
Qmi.DataEndpointType
) – aQmi.DataEndpointType
.value_endpoint_info_interface_number (
int
) – a #guint32.
- Raises:
- Returns:
- Return type:
Set the ‘Endpoint Info’ field in the message.
New in version 1.26.
- 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.10.