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:
HinawaFwRcode
One of
HinawaFwRcode
. frame
-
Type: An array of
guint8
The array with elements for byte data of response subaction for transaction.
The length of the array is specified in the frame_size
argument. frame_size
-
Type:
guint
The number of elements of the array.