Schnittstelle IOCondition


public interface IOCondition
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static 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 IN
      There is data to read.
      Siehe auch:
    • OUT

      static final int OUT
      Data can be written (without blocking).
      Siehe auch:
    • PRI

      static final int PRI
      There is urgent data to read.
      Siehe auch:
    • ERR

      static final int ERR
      Error condition.
      Siehe auch:
    • HUP

      static final int HUP
      Hung up (the connection has been broken, usually for
      pipes and sockets).
      Siehe auch:
    • NVAL

      static final int NVAL
      Invalid request. The file descriptor is not open.
      Siehe auch: