enum ta_cfg_obj_action
Overview
Action that should be performed with the object. More…
#include <rcf_pch_ta_cfg.h> enum ta_cfg_obj_action { TA_CFG_OBJ_CREATE, TA_CFG_OBJ_DELETE, TA_CFG_OBJ_SET, TA_CFG_OBJ_GET, };
Detailed Documentation
Action that should be performed with the object.
Enum Values
TA_CFG_OBJ_CREATE
Create a new entry in the system
TA_CFG_OBJ_DELETE
Delete an existing entry
TA_CFG_OBJ_SET
Change some attribute of an existing entry
TA_CFG_OBJ_GET
Find/get an entry