Method
HinawaFwRespget_req_frame
deprecated: 2.2 since: 2.0
Declaration [src]
void
hinawa_fw_resp_get_req_frame (
HinawaFwResp* self,
const guint8** frame,
gsize* length
)
Description [src]
Retrieve byte frame to be requested.
Available since: 2.0
Deprecated since: 2.2
Handler for HinawaFwResp::requested2
signal can receive the frame in its argument.
Parameters
frame
-
Type: An array of
guint8*
A 8bit array for response frame.
The argument will be set by the function. The length of the array is specified in the length
argument.The data is owned by the caller of the function. length
-
Type:
gsize*
The length of bytes for the frame.
The argument will be set by the function.