Class DeviceInfo
java.lang.Object
com.flir.thermalsdk.meterlink.model.DeviceInfo
Defines Meterlink DeviceInfo data. This include such information like type, channel count, model, serial and other.
-
Field Summary
FieldsModifier and TypeFieldDescriptionintNumber of sensors/channels to this device.booleanTrue if auto power off feature is turned on, otherwise false.booleanTrue if battery in device is low, otherwise false.booleanTrue if second button (if exists), otherwise false.booleanTrue if trigger pressed, otherwise false.Type of a Meterlink.Display name of a device, e.g.intMeterlink protocol version.Device serial number. -
Method Summary
-
Field Details
-
protocolVersion
public int protocolVersionMeterlink protocol version. 0,1 = Meterlink 2.0. 2 = Meterlink 2.1, 3 = Meterlink 3.0 -
meterType
Type of a Meterlink. -
channelCount
public int channelCountNumber of sensors/channels to this device. -
isBatteryLow
public boolean isBatteryLowTrue if battery in device is low, otherwise false. -
isTriggerPressed
public boolean isTriggerPressedTrue if trigger pressed, otherwise false. -
isSecondTriggerPressed
public boolean isSecondTriggerPressedTrue if second button (if exists), otherwise false. -
isAutoPowerOff
public boolean isAutoPowerOffTrue if auto power off feature is turned on, otherwise false. -
modelName
Display name of a device, e.g. "CM83". -
serialNumber
Device serial number.
-
-
Method Details