Packages
libevent
LibEvent
Event
Event
active
add
assign
del
get_base
get_fd
initialized
pending
priority_set
Event
Object Hierarchy:
LibEvent.Event
LibEvent.Event
LibEvent.Event
Description:
[
Compact
]
[
CCode
( cname =
"struct event"
, cprefix =
"event_"
) ]
public
class
Event
Namespace:
LibEvent
Package:
libevent
Content:
Creation methods:
public
Event
(
Base
@base,
Socket
fd,
short
event,
OccuredCallback
cb)
Methods:
public
int
active
(
int
res,
short
ncalls)
public
int
add
(
TimeVal
tv)
public
int
assign
(
Base
@base,
Socket
fd,
short
event,
OccuredCallback
cb)
public
int
del
()
public
Base
get_base
()
public
Socket
get_fd
()
public
bool
initialized
()
public
int
pending
(
Flags
what,
TimeVal
tv)
public
int
priority_set
(
int
priority)