DeviceResourceAttr

Overview

Related Modules:

DriverConfig

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

  1. const char* DeviceResourceAttr::name

Description:

Pointer to the attribute name

next

  1. struct [DeviceResourceAttr]($api-api-SmartVision-Devices-DeviceResourceAttr.md)* DeviceResourceAttr::next

Description:

Pointer to the next attribute of the node in the configuration tree.

value

  1. const char* DeviceResourceAttr::value

Description:

Pointer to the attribute value