Qmi.MessageQosBindMuxDataPortInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Details¶
- class Qmi.MessageQosBindMuxDataPortInput¶
The
Qmi.MessageQosBindMuxDataPortInputstructure contains private data and should only be accessed using the provided API.New in version 1.37.
- classmethod new()¶
- Returns:
the newly created
Qmi.MessageQosBindMuxDataPortInput. The returned value should be freed withQmi.MessageQosBindMuxDataPortInput.unref().- Return type:
Allocates a new
Qmi.MessageQosBindMuxDataPortInput.New in version 1.37.
- get_direction()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_direction:
a placeholder for the output #guint8, or
Noneif not required.
- Return type:
Get the ‘Direction’ field from self.
New in version 1.37.
- get_endpoint()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_endpoint_endpoint_type:
a placeholder for the output
Qmi.DataEndpointType, orNoneif not required.- value_endpoint_interface_number:
a placeholder for the output #guint32, or
Noneif not required.
- Return type:
(
bool, value_endpoint_endpoint_type:Qmi.DataEndpointType, value_endpoint_interface_number:int)
Get the ‘Endpoint’ field from self.
New in version 1.37.
- get_mux_id()¶
- Raises:
- Returns:
Trueif the field is found,Falseotherwise.- value_mux_id:
a placeholder for the output #guint8, or
Noneif not required.
- Return type:
Get the ‘Mux Id’ field from self.
New in version 1.37.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
New in version 1.37.
- set_direction(value_direction)¶
- Parameters:
value_direction (
int) – a #guint8.- Raises:
- Returns:
- Return type:
Set the ‘Direction’ field in the message.
New in version 1.37.
- set_endpoint(value_endpoint_endpoint_type, value_endpoint_interface_number)¶
- Parameters:
value_endpoint_endpoint_type (
Qmi.DataEndpointType) – aQmi.DataEndpointType.value_endpoint_interface_number (
int) – a #guint32.
- Raises:
- Returns:
- Return type:
Set the ‘Endpoint’ field in the message.
New in version 1.37.
- set_mux_id(value_mux_id)¶
- Parameters:
value_mux_id (
int) – a #guint8.- Raises:
- Returns:
- Return type:
Set the ‘Mux Id’ field in the message.
New in version 1.37.
- 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.37.