Schnittstelle SignalMatchType


public interface SignalMatchType
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    The closure must be the same.
    static final int
    The closure data must be the same.
    static final int
    The signal detail must be equal.
    static final int
    The C closure callback must be the same.
    static final int
    The signal id must be equal.
    static final int
    Only unblocked signals may be matched.
  • Felddetails

    • ID

      static final int ID
      The signal id must be equal.
      Siehe auch:
    • DETAIL

      static final int DETAIL
      The signal detail must be equal.
      Siehe auch:
    • CLOSURE

      static final int CLOSURE
      The closure must be the same.
      Siehe auch:
    • FUNC

      static final int FUNC
      The C closure callback must be the same.
      Siehe auch:
    • DATA

      static final int DATA
      The closure data must be the same.
      Siehe auch:
    • UNBLOCKED

      static final int UNBLOCKED
      Only unblocked signals may be matched.
      Siehe auch: