Class EpollEvent

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

public class EpollEvent
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    EpollEvent​(int fd, int eventMask, long epochTime, long nanoTime, byte value)  
  • Method Summary

    Modifier and Type Method Description
    long getEpochTime()  
    int getEventMask()  
    int getFd()  
    long getNanoTime()  
    char getValue()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • EpollEvent

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