| Package | Description |
|---|---|
| eu.aschuetz.nativeutils.api.structs |
| Modifier and Type | Method and Description |
|---|---|
static PollFD.PollEvent |
PollFD.PollEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PollFD.PollEvent[] |
PollFD.PollEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<PollFD.PollEvent> |
PollFD.getEvents()
Returns the events that this poller polls the file descriptor about.
|
EnumSet<PollFD.PollEvent> |
PollFD.getREvents()
Returns the events that this poll was notified about.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PollFD.test(PollFD.PollEvent event)
Check if the poller is positive for a given event.
|
| Constructor and Description |
|---|
PollFD(int fd,
EnumSet<PollFD.PollEvent> events)
Construct a new pollfd.
|
Copyright © 2023. All rights reserved.