Signal
HitakiEfwProtocol::responded
since: 0.0
Declaration
void
responded (
HitakiEfwProtocol* self,
guint version,
guint seqnum,
guint category,
guint command,
HitakiEfwProtocolError status,
gpointer params,
guint param_count,
gpointer user_data
)
Description [src]
Emitted when the unit transfers asynchronous packet as response of Echo Audio Efw transaction and the process successfully reads the content of response from ALSA Efw driver.
| Default handler: The default handler is called after the handlers added via |
| Signal can be directly emitted on objects from user code |
| Available since: 0.0 |
Parameters
version-
Type:
guintThe version of transaction protocol.
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.
status-
Type:
HitakiEfwProtocolErrorThe status of response.
params-
Type: An array of
guint32The array with quadlet elements of parameters in response of Fireworks protocol.
The length of the array is specified in the param_countargument. param_count-
Type:
guintThe number of elements of the array.