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 TypeFieldDescriptionint
Number of sensors/channels to this device.boolean
True if auto power off feature is turned on, otherwise false.boolean
True if battery in device is low, otherwise false.boolean
True if second button (if exists), otherwise false.boolean
True if trigger pressed, otherwise false.Type of a Meterlink.Display name of a device, e.g.int
Meterlink 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