struct ta_cfg_obj_attr
Overview
Object attribute data structure More…
#include <rcf_pch_ta_cfg.h> struct ta_cfg_obj_attr { // fields struct ta_cfg_obj_attr* next; char name[RCF_MAX_ID]; char value[128]; };
Detailed Documentation
Object attribute data structure
Fields
struct ta_cfg_obj_attr* next
Pointer to the next attribute
char name[RCF_MAX_ID]
Attribute name
char value[128]
Attribute value