Virtual Method

HinawaSndEfwresponded

deprecated: 2.5. since: 2.1

Declaration [src]

void
responded (
  HinawaSndEfw* self,
  HinawaSndEfwStatus status,
  guint seqnum,
  guint category,
  guint command,
  const guint32* frame,
  guint frame_size
)

Description [src]

Class closure for the HinawaSndEfw::responded signal.

Available since: 2.1

Deprecated since: 2.5.

Use implementation of Hitaki.EfwProtocol.responded in Hitaki.SndEfw instead.

Parameters

status

Type: HinawaSndEfwStatus

One of HinawaSndEfwStatus.

seqnum

Type: guint

The sequence number of response.

category

Type: guint

The value of category field in the response.

command

Type: guint

The value of command field in the response.

frame

Type: An array of guint32

The array with elements for quadlet data of response for Echo Fireworks protocol.

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.