Schnittstelle PadLinkReturn


public interface PadLinkReturn
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    pads do not have common format
    static final int
    pads cannot cooperate in scheduling
    static final int
    link succeeded
    static final int
    refused for some reason
    static final int
    pad was already linked
    static final int
    pads have wrong direction
    static final int
    pads have no common grandparent
  • Felddetails

    • OK

      static final int OK
      link succeeded
      Siehe auch:
    • WRONG_HIERARCHY

      static final int WRONG_HIERARCHY
      pads have no common grandparent
      Siehe auch:
    • WAS_LINKED

      static final int WAS_LINKED
      pad was already linked
      Siehe auch:
    • WRONG_DIRECTION

      static final int WRONG_DIRECTION
      pads have wrong direction
      Siehe auch:
    • NOFORMAT

      static final int NOFORMAT
      pads do not have common format
      Siehe auch:
    • NOSCHED

      static final int NOSCHED
      pads cannot cooperate in scheduling
      Siehe auch:
    • REFUSED

      static final int REFUSED
      refused for some reason
      Siehe auch: