Class MotorEvent

java.lang.Object
com.diozero.api.motor.MotorEvent

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

    Constructors 
    Constructor Description
    MotorEvent​(long epochTime, long nanoTime, float value)  
  • Method Summary

    Modifier and Type Method Description
    long getEpochTime()  
    long getNanoTime()  
    float getValue()  

    Methods inherited from class java.lang.Object

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

    • MotorEvent

      public MotorEvent​(long epochTime, long nanoTime, float value)
  • Method Details