Uses of Class
pt.unl.fct.di.tardis.babel.iot.api.DeviceHandle
Packages that use DeviceHandle
Package
Description
-
Uses of DeviceHandle in pt.unl.fct.di.tardis.babel.iot.api.notifications
Methods in pt.unl.fct.di.tardis.babel.iot.api.notifications that return DeviceHandleConstructors in pt.unl.fct.di.tardis.babel.iot.api.notifications with parameters of type DeviceHandle -
Uses of DeviceHandle in pt.unl.fct.di.tardis.babel.iot.api.replies
Fields in pt.unl.fct.di.tardis.babel.iot.api.replies declared as DeviceHandleMethods in pt.unl.fct.di.tardis.babel.iot.api.replies that return DeviceHandleModifier and TypeMethodDescriptionIoTInputReply.getDeviceHandle()RegisterIoTDeviceReply.getDeviceHandle()UnregisterIoTDeviceReply.getDeviceHandle()Constructors in pt.unl.fct.di.tardis.babel.iot.api.replies with parameters of type DeviceHandleModifierConstructorDescriptionIoTInputReply(short repID, DeviceHandle handle) RegisterIoTDeviceReply(short repID, DeviceHandle handle) RegisterIoTDeviceReply(DeviceHandle handle) UnregisterIoTDeviceReply(short repID, DeviceHandle handle) UnregisterIoTDeviceReply(DeviceHandle handle) -
Uses of DeviceHandle in pt.unl.fct.di.tardis.babel.iot.api.requests
Fields in pt.unl.fct.di.tardis.babel.iot.api.requests declared as DeviceHandleMethods in pt.unl.fct.di.tardis.babel.iot.api.requests that return DeviceHandleModifier and TypeMethodDescriptionIoTEventRequest.getDeviceHandle()UnregisterIoTDeviceRequest.getDeviceHandle()Constructors in pt.unl.fct.di.tardis.babel.iot.api.requests with parameters of type DeviceHandleModifierConstructorDescriptionIoTEventRequest(short reqId, DeviceHandle handle) IoTPeriodicEventRequest(short id, DeviceHandle handle, long p) IoTReactiveEventRequest(short id, DeviceHandle handle, Threshold<T> threshold) -
Uses of DeviceHandle in pt.unl.fct.di.tardis.babel.iot.controlprotocols.notifications
Constructors in pt.unl.fct.di.tardis.babel.iot.controlprotocols.notifications with parameters of type DeviceHandleModifierConstructorDescriptionGestureNotification(DeviceHandle handle, pt.unl.fct.di.novasys.iot.device.i2c.GroveGestureDetector.PAJ7620GestureType value) -
Uses of DeviceHandle in pt.unl.fct.di.tardis.babel.iot.controlprotocols.replies
Constructors in pt.unl.fct.di.tardis.babel.iot.controlprotocols.replies with parameters of type DeviceHandleModifierConstructorDescriptionAccelerometerInputReply(short repID, DeviceHandle handle, InputType.Accelerometer inputType, T measurement) AccelerometerInputReply(DeviceHandle handle, InputType.Accelerometer inputType, T measurement) GestureInputReply(short repID, DeviceHandle handle, pt.unl.fct.di.novasys.iot.device.i2c.GroveGestureDetector.PAJ7620GestureType gesture) GestureInputReply(DeviceHandle handle, pt.unl.fct.di.novasys.iot.device.i2c.GroveGestureDetector.PAJ7620GestureType gesture) UltrasonicRangerInputReply(short repID, DeviceHandle handle, InputType.UltrasonicRanger inputType, long distance) UltrasonicRangerInputReply(DeviceHandle handle, InputType.UltrasonicRanger inputType, long distance) -
Uses of DeviceHandle in pt.unl.fct.di.tardis.babel.iot.controlprotocols.requests.input
Constructors in pt.unl.fct.di.tardis.babel.iot.controlprotocols.requests.input with parameters of type DeviceHandleModifierConstructorDescriptionGetAccelerometerDataRequest(DeviceHandle h, InputType.Accelerometer inputType) GetReactiveGestureRequest(DeviceHandle h, Threshold<pt.unl.fct.di.novasys.iot.device.i2c.GroveGestureDetector.PAJ7620GestureType> t) -
Uses of DeviceHandle in pt.unl.fct.di.tardis.babel.iot.controlprotocols.requests.output
Constructors in pt.unl.fct.di.tardis.babel.iot.controlprotocols.requests.output with parameters of type DeviceHandleModifierConstructorDescriptionSetChainableLEDColorHSBRequest(DeviceHandle h, byte idx, float hue, float saturation, float brightness) SetChainableLEDColorRGBRequest(DeviceHandle h, byte idx, byte red, byte green, byte blue) SetDisplayColorRequest(DeviceHandle h, int red, int green, int blue) SetMultipleChainableLEDColorHSBRequest(DeviceHandle h, byte idx, float hue, float saturation, float brightness) SetMultipleChainableLEDColorRGBRequest(DeviceHandle h, byte idx, byte red, byte green, byte blue) ShowAnimationRequest(DeviceHandle h, pt.unl.fct.di.novasys.iot.device.i2c.GroveLedMatrix.Animation animation) ShowDisplayRequest(DeviceHandle h, byte[] displayMap) ShowEmojiRequest(DeviceHandle h, pt.unl.fct.di.novasys.iot.device.i2c.GroveLedMatrix.Emoji emoji) ShowTextRequest(DeviceHandle h, String text)