Package ch.bailu.gtk.glib
Schnittstelle IOCondition
public interface IOCondition
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic 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.
-
Felddetails
-
IN
static final int INThere is data to read.- Siehe auch:
-
OUT
static final int OUTData can be written (without blocking).- Siehe auch:
-
PRI
static final int PRIThere is urgent data to read.- Siehe auch:
-
ERR
static final int ERRError condition.- Siehe auch:
-
HUP
static final int HUPHung up (the connection has been broken, usually for
pipes and sockets).- Siehe auch:
-
NVAL
static final int NVALInvalid request. The file descriptor is not open.- Siehe auch:
-