The current repo belongs to Closed status, and some functions are restricted. For details, please refer to the description of repo status
1 Star 1 Fork 5.3K

fork_ohos_wj / docs
Closed

forked from OpenHarmony / docs 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
hdfdeviceioclient.md 2.39 KB
Copy Edit Raw Blame History
wenjun authored 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/fork_ohos_wj/docs.git
git@gitee.com:fork_ohos_wj/docs.git
fork_ohos_wj
docs
docs
master

Search