Signal

HinawaFwFcp::responded

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.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 2.1

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.