Signal
HinawaFwReq::responded
deprecated: 2.6 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, except for the case that HinawaFwReq::responded2 signal handler is already assigned.
| Default handler: The default handler is called after the handlers added via |
| Available since: 2.1 |
| Deprecated since: 2.6 |
Use |
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.