点击或拖拽改变大小

XLibepoll_ctl 方法

[缺少 "M:CPF.Linux.XLib.epoll_ctl(System.Int32,System.Int32,System.Int32,CPF.Linux.XLib.epoll_event@)" 的 <summary> 文档]

命名空间:  CPF.Linux
程序集:  CPF.Linux (在 CPF.Linux.dll 中) 版本:0.8.8.5
语法
C#
public static int epoll_ctl(
	int epfd,
	int op,
	int fd,
	ref XLibepoll_event __event
)

参数

epfd
类型:SystemInt32

[缺少 "M:CPF.Linux.XLib.epoll_ctl(System.Int32,System.Int32,System.Int32,CPF.Linux.XLib.epoll_event@)" 的 <param name="epfd"/> 文档]

op
类型:SystemInt32

[缺少 "M:CPF.Linux.XLib.epoll_ctl(System.Int32,System.Int32,System.Int32,CPF.Linux.XLib.epoll_event@)" 的 <param name="op"/> 文档]

fd
类型:SystemInt32

[缺少 "M:CPF.Linux.XLib.epoll_ctl(System.Int32,System.Int32,System.Int32,CPF.Linux.XLib.epoll_event@)" 的 <param name="fd"/> 文档]

__event
类型:CPF.LinuxXLibepoll_event

[缺少 "M:CPF.Linux.XLib.epoll_ctl(System.Int32,System.Int32,System.Int32,CPF.Linux.XLib.epoll_event@)" 的 <param name="__event"/> 文档]

返回值

类型:Int32

[缺少 "M:CPF.Linux.XLib.epoll_ctl(System.Int32,System.Int32,System.Int32,CPF.Linux.XLib.epoll_event@)" 的 <returns> 文档]

参见