Class RegisterIoTDeviceReply
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.RegisterIoTDeviceReply
public class RegisterIoTDeviceReply
extends pt.unl.fct.di.novasys.babel.generic.ProtoReply
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class pt.unl.fct.di.novasys.babel.generic.ProtoIPC
pt.unl.fct.di.novasys.babel.generic.ProtoIPC.Type -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRegisterIoTDeviceReply(short repID, DeviceHandle handle) RegisterIoTDeviceReply(short repID, DeviceType type, String alias, RegisterIoTDeviceReply.ERR_CODE e, String err) RegisterIoTDeviceReply(DeviceHandle handle) RegisterIoTDeviceReply(DeviceType type, String alias, RegisterIoTDeviceReply.ERR_CODE 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
-
REPLY_ID
public static final short REPLY_ID- See Also:
-
-
Constructor Details
-
RegisterIoTDeviceReply
public RegisterIoTDeviceReply(DeviceType type, String alias, RegisterIoTDeviceReply.ERR_CODE e, String err) -
RegisterIoTDeviceReply
public RegisterIoTDeviceReply(short repID, DeviceType type, String alias, RegisterIoTDeviceReply.ERR_CODE e, String err) -
RegisterIoTDeviceReply
-
RegisterIoTDeviceReply
-
-
Method Details
-
isSuccessful
public boolean isSuccessful() -
getDeviceHandle
-
getDeviceType
-
getDeviceAlias
-
getErrorCode
-
getErrorMessage
-