Qmi.MessageGasDmsGetUsbCompositionOutput

Fields

None

Methods

get_composition_persistence ()

get_endpoint_type ()

get_immediate_setting ()

get_reboot_after_setting ()

get_result ()

get_usb_composition ()

ref ()

unref ()

Details

class Qmi.MessageGasDmsGetUsbCompositionOutput

The Qmi.MessageGasDmsGetUsbCompositionOutput structure contains private data and should only be accessed using the provided API.

Added in version 1.32.

get_composition_persistence()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_composition_persistence:

a placeholder for the output bool, or None if not required.

Return type:

(bool, value_composition_persistence: bool)

Get the ‘Composition Persistence’ field from self.

Added in version 1.32.

get_endpoint_type()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_endpoint_type:

a placeholder for the output Qmi.GasUsbCompositionEndpointType, or None if not required.

Return type:

(bool, value_endpoint_type: Qmi.GasUsbCompositionEndpointType)

Get the ‘Endpoint Type’ field from self.

Added in version 1.32.

get_immediate_setting()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_immediate_setting:

a placeholder for the output bool, or None if not required.

Return type:

(bool, value_immediate_setting: bool)

Get the ‘Immediate Setting’ field from self.

Added in version 1.32.

get_reboot_after_setting()
Raises:

GLib.Error

Returns:

True if the field is found, False otherwise.

value_reboot_after_setting:

a placeholder for the output bool, or None if not required.

Return type:

(bool, value_reboot_after_setting: bool)

Get the ‘Reboot After Setting’ field from self.

Added in version 1.32.

get_result()
Raises:

GLib.Error

Returns:

True if the QMI operation succeeded, False if error is set.

Return type:

bool

Get the result of the QMI operation.

Added in version 1.32.

get_usb_composition()
Raises:

GLib.Error

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:

(bool, value_usb_composition: int)

Get the ‘USB Composition’ field from self.

Added in version 1.32.

ref()
Returns:

the new reference to self.

Return type:

Qmi.MessageGasDmsGetUsbCompositionOutput

Atomically increments the reference count of self by one.

Added 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.

Added in version 1.32.