当前仅显示指定条件回帖 [ 展开查看全部 ]
文件名称:
poll-h.md
所在目录:
Openharmony v1.0 / docs / api / api-SmartVision-Devices
文件大小:
7.02 KB
下载地址:
文本预览:
# poll.h
## **Overview**
**Related Modules:**
[IO](IO.md)
**Description:**
Declares I/O multiplexing functions.
You can use the functions provided in this file to perform I/O multiplexing.
**Since:**
1.0
**Version:**
1.0
## **Summary**
## Data Structures
## Macros
## Typedefs
## Functions
## **Overview**
**Related Modules:**
[IO](IO.md)
**Description:**
Declares I/O multiplexing functions.
You can use the functions provided in this file to perform I/O multiplexing.
**Since:**
1.0
**Version:**
1.0
## **Summary**
## Data Structures
## Macros
POLLIN 0x001 | |
POLLPRI 0x002 | |
POLLOUT 0x004 | |
POLLERR 0x008 | |
POLLHUP 0x010 | |
POLLNVAL 0x020 |
## Typedefs
## Functions
poll (struct pollfd fds[], nfds_t nfds, int timeout) | Defines the I/O multiplexing system. |
点赞
回复
X