Virtual Method

HinawaFwReqresponded2

since: 2.6

Declaration [src]

void
responded2 (
  HinawaFwReq* self,
  HinawaFwRcode rcode,
  guint request_tstamp,
  guint response_tstamp,
  const guint8* frame,
  guint frame_size
)

Description [src]

Class closure for the HinawaFwReq::responded2 signal.

Available since: 2.6

Parameters

rcode

Type: HinawaFwRcode

One of HinawaFwRcode.

request_tstamp

Type: guint

The isochronous cycle at which the request was sent.

response_tstamp

Type: guint

The isochronous cycle at which the response arrived.

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.
The data is owned by the caller of the function.
frame_size

Type: guint

The number of elements of the array.