Class DeviceHandle

java.lang.Object
pt.unl.fct.di.tardis.babel.iot.api.DeviceHandle

public class DeviceHandle extends Object
  • Constructor Details

    • DeviceHandle

      public DeviceHandle(DeviceType type, short protoID, String protoName, short id, String alias)
  • Method Details

    • getDeviceType

      public DeviceType getDeviceType()
    • getProtoManagerID

      public short getProtoManagerID()
    • getProtoManagerName

      public String getProtoManagerName()
    • getDeviceID

      public short getDeviceID()
    • getDeviceAlias

      public String getDeviceAlias()