1 Star 0 Fork 4.9K

famoustang / docs

forked from OpenHarmony / docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
DeviceResourceAttr.md 3.11 KB
一键复制 编辑 原始数据 按行查看 历史
wenjun 提交于 2020-09-08 10:08 . add OpenHarmony 1.0 baseline

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

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

1
https://gitee.com/famoustang/docs.git
git@gitee.com:famoustang/docs.git
famoustang
docs
docs
master

搜索帮助