Virtual Method
HinawaFwReqresponded
since: 2.1
Declaration [src]
void
responded (
HinawaFwReq* self,
HinawaFwRcode rcode,
const guint8* frame,
guint frame_size
)
Parameters
rcode-
Type:
HinawaFwRcodeOne of
HinawaFwRcode. 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.