Class GestureInputReply
java.lang.Object
pt.unl.fct.di.novasys.babel.generic.ProtoIPC
pt.unl.fct.di.novasys.babel.generic.ProtoReply
pt.unl.fct.di.tardis.babel.iot.api.replies.IoTInputReply
pt.unl.fct.di.tardis.babel.iot.controlprotocols.replies.GestureInputReply
-
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
FieldsFields inherited from class pt.unl.fct.di.tardis.babel.iot.api.replies.IoTInputReply
deviceAlias, deviceType, errorCode, errorMessage, handle -
Constructor Summary
ConstructorsConstructorDescriptionGestureInputReply(short repID, DeviceHandle handle, pt.unl.fct.di.novasys.iot.device.i2c.GroveGestureDetector.PAJ7620GestureType gesture) GestureInputReply(short repID, DeviceType type, String alias, ErrorCode e, String err) GestureInputReply(DeviceHandle handle, pt.unl.fct.di.novasys.iot.device.i2c.GroveGestureDetector.PAJ7620GestureType gesture) GestureInputReply(DeviceType type, String alias, ErrorCode e, String err) -
Method Summary
Modifier and TypeMethodDescriptionpt.unl.fct.di.novasys.iot.device.i2c.GroveGestureDetector.PAJ7620GestureTypeMethods inherited from class pt.unl.fct.di.tardis.babel.iot.api.replies.IoTInputReply
getDeviceAlias, getDeviceHandle, getDeviceType, getErrorCode, getErrorMessage, isSuccessfulMethods inherited from class pt.unl.fct.di.novasys.babel.generic.ProtoReply
getIdMethods inherited from class pt.unl.fct.di.novasys.babel.generic.ProtoIPC
getType
-
Field Details
-
REPLY_ID
public static final short REPLY_ID- See Also:
-
-
Constructor Details
-
GestureInputReply
-
GestureInputReply
-
GestureInputReply
public GestureInputReply(DeviceHandle handle, pt.unl.fct.di.novasys.iot.device.i2c.GroveGestureDetector.PAJ7620GestureType gesture) -
GestureInputReply
public GestureInputReply(short repID, DeviceHandle handle, pt.unl.fct.di.novasys.iot.device.i2c.GroveGestureDetector.PAJ7620GestureType gesture)
-
-
Method Details
-
getGesture
public pt.unl.fct.di.novasys.iot.device.i2c.GroveGestureDetector.PAJ7620GestureType getGesture()
-