Signal

HinawaSndEfw::responded

deprecated: 2.5. since: 2.1

Declaration

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

Description [src]

Emitted when the unit transfers asynchronous packet as response for Echo Audio Fireworks protocol, and the process successfully reads the content of response from ALSA Fireworks driver, the HinawaSndEfw::responded signal handler is called with parameters of the response.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 2.1
Deprecated since: 2.5.

Use implementation of Hitaki.SndEfw for Hitaki.EfwProtocol::responded 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.
frame_size

Type: guint

The number of elements of the array.