Virtual Method
HinawaFwReqresponded
since: 4.0
Declaration [src]
void
responded (
HinawaFwReq* self,
HinawaFwRcode rcode,
guint request_tstamp,
guint response_tstamp,
const guint8* frame,
guint frame_size
)
Parameters
rcode-
Type:
HinawaFwRcodeOne of
HinawaFwRcode. request_tstamp-
Type:
guintThe isochronous cycle at which the request subaction was sent for the transaction.
response_tstamp-
Type:
guintThe isochronous cycle at which the response subaction arrived for the transaction.
frame-
Type: An array of
guint8The array with elements for byte data of the response subaction of transaction.
The length of the array is specified in the frame_sizeargument.The data is owned by the caller of the function. frame_size-
Type:
guintThe number of elements of the array.