文件名称:
NetDeviceInterFace.md
所在目录:
Openharmony v1.0 / docs / api / api-SmartVision-Devices
文件大小:
8.01 KB
下载地址:
文本预览:
# NetDeviceInterFace
## **Overview**
**Related Modules:**
[WLAN](WLAN.md)
**Description:**
Defines interfaces that need to be implemented externally by network devices, including initializing, opening, and closing a network device.
**Since:**
1.0
## **Summary**
## Data Fields
## **Overview**
**Related Modules:**
[WLAN](WLAN.md)
**Description:**
Defines interfaces that need to be implemented externally by network devices, including initializing, opening, and closing a network device.
**Since:**
1.0
## **Summary**
## Data Fields
init )(struct NetDevice *netDev) | |
deInit )(struct NetDevice *netDev) | |
open )(struct NetDevice *netDev) | |
stop )(struct NetDevice *netDev) | |
xmit )(struct NetDevice *netDev, struct NetBuf *netBuff) | |
ioctl )(struct NetDevice *netDev, IfReq *req, int32_t cmd) | |
setMacAddr )(struct NetDevice *netDev, void *addr) | |
getStats )(struct NetDevice *netDev) | |
setNetIfStatus )(struct NetDevice *netDev, NetIfStatus status) | |
selectQueue )(struct NetDevice *netDev, struct NetBuf *netBuff) | |
netifNotify )(struct NetDevice *netDev, NetDevNotify *notify) | |
changeMtu )(struct NetDevice *netDev, int32_t newMtu) | |
specialEtherTypeProcess )(const struct NetDevice *netDev, struct NetBuf *buff) |
点赞
回复
X