Go to the source code of this file.
◆ STAT_MGMT_ID_LIST
#define STAT_MGMT_ID_LIST 1 |
◆ STAT_MGMT_ID_SHOW
#define STAT_MGMT_ID_SHOW 0 |
Command IDs for statistics management group.
◆ stat_mgmt_ret_code_t
Command result codes for statistics management group.
Enumerator |
---|
STAT_MGMT_RET_RC_OK | No error, this is implied if there is no ret value in the response
|
STAT_MGMT_RET_RC_UNKNOWN | Unknown error occurred.
|
STAT_MGMT_RET_RC_INVALID_GROUP | The provided statistic group name was not found.
|
STAT_MGMT_RET_RC_INVALID_STAT_NAME | The provided statistic name was not found.
|
STAT_MGMT_RET_RC_INVALID_STAT_SIZE | The size of the statistic cannot be handled.
|
STAT_MGMT_RET_RC_WALK_ABORTED | Walk through of statistics was aborted.
|