Uses of Enum Class
pt.unl.fct.di.tardis.babel.iot.api.DeviceType
Packages that use DeviceType
Package
Description
-
Uses of DeviceType in pt.unl.fct.di.tardis.babel.iot.api
Methods in pt.unl.fct.di.tardis.babel.iot.api that return DeviceTypeModifier and TypeMethodDescriptionDeviceHandle.getDeviceType()static DeviceTypeReturns the enum constant of this class with the specified name.static DeviceType[]DeviceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in pt.unl.fct.di.tardis.babel.iot.api with parameters of type DeviceTypeModifierConstructorDescriptionDeviceHandle(DeviceType type, short protoID, String protoName, short id, String alias) -
Uses of DeviceType in pt.unl.fct.di.tardis.babel.iot.api.replies
Methods in pt.unl.fct.di.tardis.babel.iot.api.replies that return DeviceTypeConstructors in pt.unl.fct.di.tardis.babel.iot.api.replies with parameters of type DeviceTypeModifierConstructorDescriptionRegisterIoTDeviceReply(short repID, DeviceType type, String alias, RegisterIoTDeviceReply.ERR_CODE e, String err) RegisterIoTDeviceReply(DeviceType type, String alias, RegisterIoTDeviceReply.ERR_CODE e, String err) UnregisterIoTDeviceReply(short repID, DeviceType type, String alias, UnregisterIoTDeviceReply.ERR_CODE e, String err) UnregisterIoTDeviceReply(DeviceType type, String alias, UnregisterIoTDeviceReply.ERR_CODE e, String err) -
Uses of DeviceType in pt.unl.fct.di.tardis.babel.iot.api.requests
Methods in pt.unl.fct.di.tardis.babel.iot.api.requests that return DeviceTypeConstructors in pt.unl.fct.di.tardis.babel.iot.api.requests with parameters of type DeviceTypeModifierConstructorDescriptionRegisterIoTDeviceRequest(short reqID, DeviceType type, String alias) RegisterIoTDeviceRequest(DeviceType type, String alias)