Qmi.MessageGasDmsSetUsbCompositionInput¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Details¶
- class Qmi.MessageGasDmsSetUsbCompositionInput¶
The
Qmi.MessageGasDmsSetUsbCompositionInput
structure contains private data and should only be accessed using the provided API.New in version 1.32.
- classmethod new()¶
- Returns:
the newly created
Qmi.MessageGasDmsSetUsbCompositionInput
. The returned value should be freed withQmi.MessageGasDmsSetUsbCompositionInput.unref
().- Return type:
Allocates a new
Qmi.MessageGasDmsSetUsbCompositionInput
.New in version 1.32.
- get_composition_persistence()¶
- Raises:
- Returns:
- Return type:
Get the ‘Composition Persistence’ field from self.
New in version 1.32.
- get_endpoint_type()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_endpoint_type:
a placeholder for the output
Qmi.GasUsbCompositionEndpointType
, orNone
if not required.
- Return type:
(
bool
, value_endpoint_type:Qmi.GasUsbCompositionEndpointType
)
Get the ‘Endpoint Type’ field from self.
New in version 1.32.
- get_immediate_setting()¶
- Raises:
- Returns:
- Return type:
Get the ‘Immediate Setting’ field from self.
New in version 1.32.
- get_reboot_after_setting()¶
- Raises:
- Returns:
- Return type:
Get the ‘Reboot After Setting’ field from self.
New in version 1.32.
- get_usb_composition()¶
- Raises:
- Returns:
True
if the field is found,False
otherwise.- value_usb_composition:
a placeholder for the output #guint32, or
None
if not required.
- Return type:
Get the ‘USB Composition’ field from self.
New in version 1.32.
- ref()¶
- Returns:
the new reference to self.
- Return type:
Atomically increments the reference count of self by one.
New in version 1.32.
- set_composition_persistence(value_composition_persistence)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘Composition Persistence’ field in the message.
New in version 1.32.
- set_endpoint_type(value_endpoint_type)¶
- Parameters:
value_endpoint_type (
Qmi.GasUsbCompositionEndpointType
) – aQmi.GasUsbCompositionEndpointType
.- Raises:
- Returns:
- Return type:
Set the ‘Endpoint Type’ field in the message.
New in version 1.32.
- set_immediate_setting(value_immediate_setting)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘Immediate Setting’ field in the message.
New in version 1.32.
- set_reboot_after_setting(value_reboot_after_setting)¶
- Parameters:
- Raises:
- Returns:
- Return type:
Set the ‘Reboot After Setting’ field in the message.
New in version 1.32.
- set_usb_composition(value_usb_composition)¶
- Parameters:
value_usb_composition (
int
) – a #guint32.- Raises:
- Returns:
- Return type:
Set the ‘USB Composition’ field in the message.
New in version 1.32.
- 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.32.