Signal

HinawaFwFcp::responded

deprecated: 2.6 since: 2.1

Declaration

void
responded (
  HinawaFwFcp* self,
  gpointer frame,
  guint frame_size,
  gpointer user_data
)

Description [src]

Emitted when the node transfers asynchronous packet as response for FCP and the process successfully read the content of packet, except for the case that HinawaFwFcp::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 HinawaFwFcp::responded2, instead.

Parameters

frame

Type: An array of guint8

The array with elements for byte data of response for FCP.

The length of the array is specified in the frame_size argument.
frame_size

Type: guint

The number of elements of the array.