Class IoTInputReply
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
- Direct Known Subclasses:
AccelerometerInputReply,GestureInputReply,UltrasonicRangerInputReply
public class IoTInputReply
extends pt.unl.fct.di.novasys.babel.generic.ProtoReply
-
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
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final DeviceTypeprotected final ErrorCodeprotected final Stringprotected final DeviceHandle -
Constructor Summary
ConstructorsConstructorDescriptionIoTInputReply(short repID, DeviceHandle handle) IoTInputReply(short repID, DeviceType type, String alias, ErrorCode e, String err) -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods 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
-
deviceType
-
deviceAlias
-
handle
-
errorCode
-
errorMessage
-
-
Constructor Details
-
IoTInputReply
-
IoTInputReply
-
-
Method Details
-
isSuccessful
public boolean isSuccessful() -
getDeviceHandle
-
getDeviceType
-
getDeviceAlias
-
getErrorCode
-
getErrorMessage
-