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:
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.The data is owned by the caller of the function. frame_size-
Type:
guintThe number of elements of the array.