# DeviceResourceAttr - [Overview](#section986637668165631) - [Summary](#section81282211165631) - [Data Fields](#pub-attribs) - [Details](#section1600458448165631) - [Field](#section819926947165631) - [name](#aadf17a5e450feda1a2ccb043fc94f907) - [next](#ac806f1957696cfecba92937d8b25409f) - [value](#a2a9e9a433e8197aaf4863efe468ffdd2) ## **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 ** ## 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