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 |
| Available since: 2.1 |
| Deprecated since: 2.5. |
Use implementation of Hitaki.SndEfw for Hitaki.EfwProtocol::responded instead. |
Parameters
status-
Type:
HinawaSndEfwStatusOne of
HinawaSndEfwStatus. seqnum-
Type:
guintThe sequence number of response.
category-
Type:
guintThe value of category field in the response.
command-
Type:
guintThe value of command field in the response.
frame-
Type: An array of
guint32The array with elements for quadlet data of response for Echo Fireworks protocol.
The length of the array is specified in the frame_sizeargument. frame_size-
Type:
guintThe number of elements of the array.