Virtual Method
HinawaFwResprequested3
since: 2.6
Declaration [src]
HinawaFwRcode
requested3 (
HinawaFwResp* self,
HinawaFwTcode tcode,
guint64 offset,
guint src,
guint dst,
guint card,
guint generation,
guint tstamp,
const guint8* frame,
guint length
)
Parameters
tcode-
Type:
HinawaFwTcodeOne of
HinawaFwTcodeenumerations. offset-
Type:
guint64The address offset at which the transaction arrives.
src-
Type:
guintThe node ID of source for the transaction.
dst-
Type:
guintThe node ID of destination for the transaction.
card-
Type:
guintThe index of card corresponding to 1394 OHCI controller.
generation-
Type:
guintThe generation of bus when the transaction is transferred.
tstamp-
Type:
guintThe time stamp at which the request arrived.
frame-
Type: An array of
guint8The array with elements for byte data.
The length of the array is specified in the lengthargument.The data is owned by the caller of the function. length-
Type:
guintThe length of bytes for the frame.
Return value
Type: HinawaFwRcode
One of [enum@FwRcode enumerations corresponding to rcodes defined in IEEE 1394 specification.