当前仅显示指定条件回帖 [ 展开查看全部 ]
文件名称:
wifiiotsdiointcallback.md
所在目录:
Openharmony v1.0 / docs / docs-en / api / api-LinkIoT
文件大小:
5.88 KB
下载地址:
文本预览:
# WifiIotSdioIntcallback
## **Overview**
**Related Modules:**
[Wifiiot](wifiiot.md)
**Description:**
SDIO interrupt callback structure.
## **Summary**
## Data Fields
## **Details**
## **Field Documentation**
## ProcessmsgCallback
```
void(* WifiIotSdioIntcallback::ProcessmsgCallback) (unsigned int msg)
```
**Description:**
Callback invoked when a message is received from the host
## RderrCallback
```
void(* WifiIotSdioIntcallback::RderrCallback) (void)
```
**Description:**
Callback invoked when a data read failure occurs on the host
## RdoverCallback
```
int(* WifiIotSdioIntcallback::RdoverCallback) (void)
```
**Description:**
Callback invoked when the host finishes a read operation
## RdstartCallback
```
int(* WifiIotSdioIntcallback::RdstartCallback) (unsigned int len, unsigned char *admaTable)
```
**Description:**
Callback invoked when the host starts a read operation
## SoftRstCallback
```
void(* WifiIotSdioIntcallback::SoftRstCallback) (void)
```
**Description:**
Callback invoked when a soft reset interrupt message is received from the host
## WroverCallback
```
int(* WifiIotSdioIntcallback::WroverCallback) (void)
```
**Description:**
Callback invoked when the host finishes a write operation
## WrstartCallback
```
int(* WifiIotSdioIntcallback::WrstartCallback) (unsigned int len, unsigned char *admaTable)
```
**Description:**
Callback invoked when the host starts a write operation
## **Overview**
**Related Modules:**
[Wifiiot](wifiiot.md)
**Description:**
SDIO interrupt callback structure.
## **Summary**
## Data Fields
RdstartCallback )(unsigned int len, unsigned char *admaTable) | |
RdoverCallback )(void) | |
RderrCallback )(void) | |
WrstartCallback )(unsigned int len, unsigned char *admaTable) | |
WroverCallback )(void) | |
ProcessmsgCallback )(unsigned int msg) | |
SoftRstCallback )(void) |
## **Details**
## **Field Documentation**
## ProcessmsgCallback
```
void(* WifiIotSdioIntcallback::ProcessmsgCallback) (unsigned int msg)
```
**Description:**
Callback invoked when a message is received from the host
## RderrCallback
```
void(* WifiIotSdioIntcallback::RderrCallback) (void)
```
**Description:**
Callback invoked when a data read failure occurs on the host
## RdoverCallback
```
int(* WifiIotSdioIntcallback::RdoverCallback) (void)
```
**Description:**
Callback invoked when the host finishes a read operation
## RdstartCallback
```
int(* WifiIotSdioIntcallback::RdstartCallback) (unsigned int len, unsigned char *admaTable)
```
**Description:**
Callback invoked when the host starts a read operation
## SoftRstCallback
```
void(* WifiIotSdioIntcallback::SoftRstCallback) (void)
```
**Description:**
Callback invoked when a soft reset interrupt message is received from the host
## WroverCallback
```
int(* WifiIotSdioIntcallback::WroverCallback) (void)
```
**Description:**
Callback invoked when the host finishes a write operation
## WrstartCallback
```
int(* WifiIotSdioIntcallback::WrstartCallback) (unsigned int len, unsigned char *admaTable)
```
**Description:**
Callback invoked when the host starts a write operation
点赞
回复
X