Class UnregisterIoTDeviceReply
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.UnregisterIoTDeviceReply
public class UnregisterIoTDeviceReply
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
ConstructorsConstructorDescriptionUnregisterIoTDeviceReply(short repID, DeviceHandle handle) UnregisterIoTDeviceReply(short repID, DeviceType type, String alias, UnregisterIoTDeviceReply.ERR_CODE e, String err) UnregisterIoTDeviceReply(DeviceHandle handle) UnregisterIoTDeviceReply(DeviceType type, String alias, UnregisterIoTDeviceReply.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
-
UnregisterIoTDeviceReply
public UnregisterIoTDeviceReply(DeviceType type, String alias, UnregisterIoTDeviceReply.ERR_CODE e, String err) -
UnregisterIoTDeviceReply
public UnregisterIoTDeviceReply(short repID, DeviceType type, String alias, UnregisterIoTDeviceReply.ERR_CODE e, String err) -
UnregisterIoTDeviceReply
-
UnregisterIoTDeviceReply
-
-
Method Details
-
isSuccessful
public boolean isSuccessful() -
getDeviceHandle
-
getErrorCode
-
getErrorMessage
-