Enumerations

‘Attribute ID’ enumerations

The following structure contains the enumerations used to identify the attributes of the Appliance Statistics cluster.

typedef enum PACK
{
    E_CLD_APPLIANCE_STATISTICS_ATTR_ID_LOG_MAX_SIZE = 0x0000,
    E_CLD_APPLIANCE_STATISTICS_ATTR_ID_LOG_QUEUE_MAX_SIZE
} teCLD_ApplianceStatistics_Cluster_AttrID;

Parent topic:Enumerations

‘Client Command ID’ enumerations

The following enumerations are used in commands issued on a cluster client.

typedef enum PACK
{
    E_CLD_APPLIANCE_STATISTICS_CMD_LOG_REQUEST = 0x00,
    E_CLD_APPLIANCE_STATISTICS_CMD_LOG_QUEUE_REQUEST  
} teCLD_ApplianceStatistics_ClientCommandId;

The above enumerations are described in the table below.

Enumeration

Description

E_CLD_APPLIANCE_STATISTICS_CMD_LOG_REQUEST

‘Log Request’ message

E_CLD_APPLIANCE_STATISTICS_CMD_LOG_QUEUE_REQUEST

‘Log Queue Request’ message

Parent topic:Enumerations

‘Server Command ID’ enumerations

The following enumerations are used in commands issued on a cluster server.

typedef enum PACK
{
    E_CLD_APPLIANCE_STATISTICS_CMD_LOG_NOTIFICATION = 0x00,
    E_CLD_APPLIANCE_STATISTICS_CMD_LOG_RESPONSE,
    E_CLD_APPLIANCE_STATISTICS_CMD_LOG_QUEUE_RESPONSE,
    E_CLD_APPLIANCE_STATISTICS_CMD_STATISTICS_AVAILABLE
} teCLD_ApplianceStatistics_ServerCommandId;

The above enumerations are described in the table below.

Enumeration

Description

E_CLD_APPLIANCE_STATISTICS_CMD_LOG_NOTIFICATION

A ‘Log Notification’ message

E_CLD_APPLIANCE_STATISTICS_CMD_LOG_RESPONSE

A ‘Log Response’ message

E_CLD_APPLIANCE_STATISTICS_CMD_LOG_QUEUE_RESPONSE

A ‘Log Queue Response’ message

E_CLD_APPLIANCE_STATISTICS_CMD_STATISTICS_AVAILABLE

A ‘Statistics Available’ message

Parent topic:Enumerations

Parent topic:Appliance Statistics Cluster