‘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