Qmi.MessageWdsBindMuxDataPortInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
|
|
|
|
|
Details¶
- class Qmi.MessageWdsBindMuxDataPortInput¶
The
Qmi.MessageWdsBindMuxDataPortInput
structure contains private data and should only be accessed using the provided API.New in version 1.18.
- classmethod new()¶
- Returns:
the newly created
Qmi.MessageWdsBindMuxDataPortInput
. The returned value should be freed withQmi.MessageWdsBindMuxDataPortInput.unref
().- Return type:
Allocates a new
Qmi.MessageWdsBindMuxDataPortInput
.New in version 1.18.
- get_client_type()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_client_type:
a placeholder for the output
Qmi.WdsClientType
, orNone
if not required.
- Return type:
(
bool
, value_client_type:Qmi.WdsClientType
)
Get the ‘Client Type’ field from self.
New in version 1.18.
- 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.18.
- get_mux_id()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_mux_id:
a placeholder for the output #guint8, or
None
if not required.
- Return type:
Get the ‘Mux ID’ field from self.
New in version 1.18.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
New in version 1.18.
- set_client_type(value_client_type)¶
- Parameters:
value_client_type (
Qmi.WdsClientType
) – aQmi.WdsClientType
.- Raises:
- Returns:
- Return type:
Set the ‘Client Type’ field in the message.
New in version 1.18.
- 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.18.
- 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.18.
- 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.18.