java.lang.Object
pt.unl.fct.di.novasys.babel.generic.ProtoIPC
pt.unl.fct.di.novasys.babel.generic.ProtoRequest
pt.unl.fct.di.tardis.babel.iot.controlprotocol.requests.ShowGestureRequest

public class ShowGestureRequest extends pt.unl.fct.di.novasys.babel.generic.ProtoRequest
  • Nested Class Summary

    Nested classes/interfaces inherited from class pt.unl.fct.di.novasys.babel.generic.ProtoIPC

    pt.unl.fct.di.novasys.babel.generic.ProtoIPC.Type
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final short
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ShowGestureRequest(com.github.yafna.raspberry.grovepi.pi4j.GroveGestureDetector.PAJ7620GestureType gesture)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.github.yafna.raspberry.grovepi.pi4j.GroveGestureDetector.PAJ7620GestureType
     

    Methods inherited from class pt.unl.fct.di.novasys.babel.generic.ProtoRequest

    getId

    Methods inherited from class pt.unl.fct.di.novasys.babel.generic.ProtoIPC

    getType

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • ShowGestureRequest

      public ShowGestureRequest(com.github.yafna.raspberry.grovepi.pi4j.GroveGestureDetector.PAJ7620GestureType gesture)
  • Method Details

    • getGesture

      public com.github.yafna.raspberry.grovepi.pi4j.GroveGestureDetector.PAJ7620GestureType getGesture()