Uses of Enum Class
pt.unl.fct.di.tardis.babel.iot.api.replies.ErrorCode
Packages that use ErrorCode
Package
Description
-
Uses of ErrorCode in pt.unl.fct.di.tardis.babel.iot.api.replies
Fields in pt.unl.fct.di.tardis.babel.iot.api.replies declared as ErrorCodeMethods in pt.unl.fct.di.tardis.babel.iot.api.replies that return ErrorCodeModifier and TypeMethodDescriptionIoTInputReply.getErrorCode()RegisterIoTDeviceReply.getErrorCode()UnregisterIoTDeviceReply.getErrorCode()static ErrorCodeReturns the enum constant of this class with the specified name.static ErrorCode[]ErrorCode.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.replies with parameters of type ErrorCodeModifierConstructorDescriptionIoTInputReply(short repID, DeviceType type, String alias, ErrorCode e, String err) RegisterIoTDeviceReply(short repID, DeviceType type, String alias, ErrorCode e, String err) RegisterIoTDeviceReply(DeviceType type, String alias, ErrorCode e, String err) UnregisterIoTDeviceReply(short repID, DeviceType type, String alias, ErrorCode e, String err) UnregisterIoTDeviceReply(DeviceType type, String alias, ErrorCode e, String err) -
Uses of ErrorCode 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 ErrorCodeModifierConstructorDescriptionAccelerometerInputReply(short repID, DeviceType type, String alias, ErrorCode e, String err) AccelerometerInputReply(DeviceType type, String alias, ErrorCode e, String err) GestureInputReply(short repID, DeviceType type, String alias, ErrorCode e, String err) GestureInputReply(DeviceType type, String alias, ErrorCode e, String err) UltrasonicRangerInputReply(short repID, DeviceType type, String alias, ErrorCode e, String err) UltrasonicRangerInputReply(DeviceType type, String alias, ErrorCode e, String err)