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
)
Parameters
rcode-
Type:
HinawaFwRcodeOne of
HinawaFwRcode. request_tstamp-
Type:
guintThe isochronous cycle at which the request was sent.
response_tstamp-
Type:
guintThe isochronous cycle at which the response arrived.
frame-
Type: An array of
guint8The array with elements for byte data of response subaction for 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.