Callbacks¶
|
|
|
Details¶
- Qmi.DeviceCommandAbortableParseResponseFn(self, abort_response, *user_data)¶
- Parameters:
self (
Qmi.Device
) – aQmi.Device
.abort_response (
GLib.ByteArray
) – the abort response #QmiMessage.user_data (
object
orNone
) – the data provided when calling qmi_device_command_abortable().
- Returns:
- Return type:
Callback to run when processing the command abortion. This callback should parse the abort response provided by the device, and build an appropriate output.
New in version 1.24.
- Qmi.MessageForeachRawTlvFn(type, value, length, *user_data)¶
- Parameters:
Callback type to use when iterating raw TLVs with
Qmi.message_foreach_raw_tlv
().New in version 1.0.