Virtual Method
HinawaFwReqresponded
deprecated: 2.6 since: 2.1
Declaration [src]
void
responded (
HinawaFwReq* self,
HinawaFwRcode rcode,
const guint8* frame,
guint frame_size
)
Description [src]
Class closure for the HinawaFwReq::responded
signal.
Available since: 2.1
Deprecated since: 2.6
Use Hinawa.FwReqClass.responded2
, instead.
Parameters
rcode
-
Type:
HinawaFwRcode
One of
HinawaFwRcode
. 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.