1 Star 0 Fork 4.9K

famoustang / docs

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

HdfDeviceIoClient

Overview

Related Modules:

Core

Description:

Defines the client object structure of the I/O service.

This structure describes the invoker information of the I/O servcie.

Since:

1.0

Summary

Data Fields

Variable Name

Description

device

struct HdfDeviceObject

priv

void * 

Details

Field Documentation

device

struct [HdfDeviceObject](HdfDeviceObject.md)* HdfDeviceIoClient::device

Description:

Device object corresponding to the client object

priv

void* HdfDeviceIoClient::priv

Description:

Private data of the client object. The driver can use priv to bind the internal data with the client.

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

搜索帮助