public final class Pollfd extends Object
Modifier and Type | Field and Description |
---|---|
static int |
POLLIN
There is data to read
|
static int |
POLLOUT
Writing now will not block.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
short |
events()
Returns the event flags to poll.
|
byte |
fd()
Returns the numeric file descriptor.
|
long |
getPointer()
Returns the native pointer to the pollfd structure.
|
int |
hashCode() |
String |
toString() |
public static final int POLLIN
public static final int POLLOUT
Copyright © 2011–2018 usb4java Team. All rights reserved.