Qmi.MessageGasDmsGetUsbCompositionOutput¶
Fields¶
None
Methods¶
|
|
|
|
|
Details¶
- class Qmi.MessageGasDmsGetUsbCompositionOutput¶
The
Qmi.MessageGasDmsGetUsbCompositionOutput
structure contains private data and should only be accessed using the provided API.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_result()¶
- Raises:
- Returns:
- Return type:
Get the result of the QMI operation.
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.
- 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.