Class DeviceInfo

java.lang.Object
com.flir.thermalsdk.meterlink.model.DeviceInfo

public class DeviceInfo extends Object
Defines Meterlink DeviceInfo data. This include such information like type, channel count, model, serial and other.
  • Field Details

    • protocolVersion

      public int protocolVersion
      Meterlink protocol version. 0,1 = Meterlink 2.0. 2 = Meterlink 2.1, 3 = Meterlink 3.0
    • meterType

      public MeterType meterType
      Type of a Meterlink.
    • channelCount

      public int channelCount
      Number of sensors/channels to this device.
    • isBatteryLow

      public boolean isBatteryLow
      True if battery in device is low, otherwise false.
    • isTriggerPressed

      public boolean isTriggerPressed
      True if trigger pressed, otherwise false.
    • isSecondTriggerPressed

      public boolean isSecondTriggerPressed
      True if second button (if exists), otherwise false.
    • isAutoPowerOff

      public boolean isAutoPowerOff
      True if auto power off feature is turned on, otherwise false.
    • modelName

      public String modelName
      Display name of a device, e.g. "CM83".
    • serialNumber

      public String serialNumber
      Device serial number.
  • Method Details