文件名称:
wifiiot_uart-h.md
所在目录:
Openharmony v1.0 / docs / api / api-LinkIoT
文件大小:
13.62 KB
下载地址:
文本预览:
# wifiiot\_uart.h
## **Overview**
**Related Modules:**
[Wifiiot](Wifiiot.md)
**Description:**
Declares the UART interface functions.
These functions are used for UART initialization, data input/output, and data flow control.
**Since:**
1.0
**Version:**
1.0
## **Summary**
## Data Structures
## Enumerations
## Functions
## **Overview**
**Related Modules:**
[Wifiiot](Wifiiot.md)
**Description:**
Declares the UART interface functions.
These functions are used for UART initialization, data input/output, and data flow control.
**Since:**
1.0
**Version:**
1.0
## **Summary**
## Data Structures
Defines the basic attributes of a UART device. | |
Defines the extended attributes of a UART device. |
## Enumerations
## Functions
UartInit (WifiIotUartIdx id, const WifiIotUartAttribute *param, const WifiIotUartExtraAttr *extraAttr) | |
UartRead (WifiIotUartIdx id, unsigned char *data, unsigned int dataLen) | Reads data from a UART device. |
UartWrite (WifiIotUartIdx id, const unsigned char *data, unsigned int dataLen) | |
UartDeinit (WifiIotUartIdx id) | |
UartSetFlowCtrl (WifiIotUartIdx id, WifiIotFlowCtrl flowCtrl) | Sets UART hardware flow control. |
点赞
回复
X