Virtual Method
HinawaFwFcpresponded2
since: 2.6
Declaration [src]
void
responded2 (
HinawaFwFcp* self,
guint tstamp,
const guint8* frame,
guint frame_size
)
Parameters
tstamp-
Type:
guintThe time stamp at which the request arrived for the response for FCP transaction.
frame-
Type: An array of
guint8The array with elements for byte data of response for Function Control Protocol.
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.