Package ch.bailu.gtk.glib
Interface IOCondition
public interface IOCondition
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Error condition.static final int
Hung up (the connection has been broken, usually for
pipes and sockets).static final int
There is data to read.static final int
Invalid request.static final int
Data can be written (without blocking).static final int
There is urgent data to read.
-
Field Details
-
IN
static final int INThere is data to read.- See Also:
-
OUT
static final int OUTData can be written (without blocking).- See Also:
-
PRI
static final int PRIThere is urgent data to read.- See Also:
-
ERR
static final int ERRError condition.- See Also:
-
HUP
static final int HUPHung up (the connection has been broken, usually for
pipes and sockets).- See Also:
-
NVAL
static final int NVALInvalid request. The file descriptor is not open.- See Also:
-