加入收藏
举报
02-14 20:02
#0
文件名称:
HdfWork.md
所在目录:
Openharmony v1.0 / docs / api / api-SmartVision-Devices
文件大小:
2.09 KB
下载地址:
fenwii/OpenHarmony
   
免责声明:本网站仅提供指向 GitHub 上的文件的链接,所有文件的版权归原作者所有,本网站不对文件内容的合法性、准确性或安全性承担任何责任。
文本预览:
# HdfWork
## **Overview**
**Related Modules:**
[DriverUtils](DriverUtils.md)
**Description:**
Describes a work item and a delayed work item. This structure defines the work and delayed work items, and then calls the initialization function [HdfWorkInit](DriverUtils.md#gad171adc8eda320fd01049a2b87ea62fb) or [HdfDelayedWorkInit](DriverUtils.md#ga55bf669dc6740c65e4d45a4f641db2f1) to perform initialization. The **[HdfAddWork\(\)](DriverUtils.md#ga82cc68d656aa17317634b07d49dae160)** function is to add a work item to a work queue immediately, and the **[HdfAddDelayedWork\(\)](DriverUtils.md#gaef781ccc1579db3070745088da47b2c5)** function is to add a work item to a work queue after the configured delayed time.
## **Summary**
## Data Fields









Variable Name


Description


realWork


void * 



## **Details**
## **Field Documentation**
## realWork
```
void* HdfWork::realWork
```
**Description:**
Pointer to a work item and a delayed work item
点赞 回复
回帖
支持markdown部分语法 ?