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 g_signal_connect().

Available since: 2.1
Deprecated since: 2.6

Use HinawaFwReq::responded2, instead.

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.