XWOS API  4.0
XWOS C/C++ API参考手册
载入中...
搜索中...
未找到
xwds_virtual_operation结构体 参考

基本操作的虚函数表(类似C++的虚函数表) 更多...

#include <device.h>

成员变量

xwer_t(* probe )(struct xwds_device *)
 
xwer_t(* remove )(struct xwds_device *)
 
xwer_t(* start )(struct xwds_device *)
 
xwer_t(* stop )(struct xwds_device *)
 
xwer_t(* suspend )(struct xwds_device *)
 
xwer_t(* resume )(struct xwds_device *)
 

详细描述

基本操作的虚函数表(类似C++的虚函数表)

在文件 device.h99 行定义.

结构体成员变量说明

◆ probe

xwer_t(* xwds_virtual_operation::probe) (struct xwds_device *)

探测

在文件 device.h100 行定义.

◆ remove

xwer_t(* xwds_virtual_operation::remove) (struct xwds_device *)

删除

在文件 device.h101 行定义.

◆ resume

xwer_t(* xwds_virtual_operation::resume) (struct xwds_device *)

继续

在文件 device.h106 行定义.

◆ start

xwer_t(* xwds_virtual_operation::start) (struct xwds_device *)

启动

在文件 device.h102 行定义.

◆ stop

xwer_t(* xwds_virtual_operation::stop) (struct xwds_device *)

停止

在文件 device.h103 行定义.

◆ suspend

xwer_t(* xwds_virtual_operation::suspend) (struct xwds_device *)

暂停

在文件 device.h105 行定义.


该结构体的文档由以下文件生成: