Virtual Method
HitakiEfwProtocolresponded
Declaration [src]
void
responded (
HitakiEfwProtocol* self,
guint version,
guint seqnum,
guint category,
guint command,
HitakiEfwProtocolError status,
const guint32* params,
guint param_count
)
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.The data is owned by the caller of the method. param_count-
Type:
guintThe number of elements of the array.