Class EpollEvent

java.lang.Object
com.diozero.util.EpollEvent

public class EpollEvent
extends Object
  • Constructor Details

    • EpollEvent

      public EpollEvent​(int fd, int eventMask, long epochTime, long nanoTime, byte value)
  • Method Details

    • getFd

      public int getFd()
    • getEventMask

      public int getEventMask()
    • getEpochTime

      public long getEpochTime()
    • getNanoTime

      public long getNanoTime()
    • getValue

      public char getValue()
    • toString

      public String toString()
      Overrides:
      toString in class Object