Virtual Method

HinawaFwResprequested2

deprecated: 2.6 since: 2.2

Declaration [src]

HinawaFwRcode
requested2 (
  HinawaFwResp* self,
  HinawaFwTcode tcode,
  guint64 offset,
  guint32 src,
  guint32 dst,
  guint32 card,
  guint32 generation,
  const guint8* frame,
  guint length
)

Description [src]

Class closure for the HinawaFwResp::requested2 signal.

Available since: 2.2

Deprecated since: 2.6

Use Hinawa.FwRespClass.requested3, instead.

Parameters

tcode

Type: HinawaFwTcode

One of HinawaFwTcode enumerations.

offset

Type: guint64

The address offset at which the transaction arrives.

src

Type: guint32

The node ID of source for the transaction.

dst

Type: guint32

The node ID of destination for the transaction.

card

Type: guint32

The index of card corresponding to 1394 OHCI controller.

generation

Type: guint32

The generation of bus when the transaction is transferred.

frame

Type: An array of guint8

The array with elements for byte data.

The length of the array is specified in the length argument.
The data is owned by the caller of the function.
length

Type: guint

The length of bytes for the frame.

Return value

Type: HinawaFwRcode

One of [enum@FwRcode enumerations corresponding to rcodes defined in IEEE 1394 specification.