Package ch.bailu.gtk.glib
Schnittstelle IOCondition
public interface IOCondition
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intError condition.static final intHung up (the connection has been broken, usually for
pipes and sockets).static final intThere is data to read.static final intInvalid request.static final intData can be written (without blocking).static final intThere 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:
-