Signal
HinawaFwReq::responded
since: 2.1
Declaration
void
responded (
HinawaFwReq* self,
HinawaFwRcode rcode,
gpointer frame,
guint frame_size,
gpointer user_data
)
Description [src]
Emitted when the unit transfers asynchronous packet as response subaction for the transaction and the process successfully reads the content of packet from Linux firewire subsystem.
| Default handler: The default handler is called after the handlers added via |
| Available since: 2.1 |
Parameters
rcode-
Type:
HinawaFwRcodeOne of
HinawaFwRcode. frame-
Type: An array of
guint8The array with elements for byte data of response subaction for transaction.
The length of the array is specified in the frame_sizeargument. frame_size-
Type:
guintThe number of elements of the array.