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
)

Description [src]

Class closure for the HitakiEfwProtocol::responded signal.

Parameters

version guint
 

The version of transaction protocol.

seqnum guint
 

The sequence number of response.

category guint
 

The value of category field in the response.

command guint
 

The value of command field in the response.

status HitakiEfwProtocolError
 

The status of response.

params An array of guint32
 

The array with quadlet elements of parameters in response of Fireworks protocol.

 The length of the array is specified in the param_count argument.
 The data is owned by the caller of the function.
param_count guint
 

The number of elements of the array.