# DeviceResourceAttr ## **Overview** **Related Modules:** [DriverConfig](DriverConfig.md) **Description:** Defines the attributes of a tree node in the configuration tree. The tree node attributes are saved in a linked list. The information about each node in the linked list contains the attribute name, attribute value, and pointer that points to the next attribute. ## **Summary** ## Data Fields

Variable Name

Description

name

const char * 

value

const char * 

next

struct DeviceResourceAttr

## **Details** ## **Field Documentation** ## name ``` const char* DeviceResourceAttr::name ``` **Description:** Pointer to the attribute name ## next ``` struct [DeviceResourceAttr](DeviceResourceAttr.md)* DeviceResourceAttr::next ``` **Description:** Pointer to the next attribute of the node in the configuration tree. ## value ``` const char* DeviceResourceAttr::value ``` **Description:** Pointer to the attribute value