DeviceResourceAttr
Overview
Related Modules:
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
struct DeviceResourceAttr * |
Details
Field Documentation
name
const char* DeviceResourceAttr::name
Description:
Pointer to the attribute name
next
struct [DeviceResourceAttr]($api-api-SmartVision-Devices-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