Class SensorPoll

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

public class SensorPoll extends Object
Defines Meterlink SensorPoll data. Contains the current state of the whole device and whole bundle with Meterlink measurement data. A valid object will have channels.size() == deviceInfo.channelCount.
  • Field Details

    • channels

      public List<Channel> channels
      List of channels/censors with their corresponding state and data.
    • deviceInfo

      public DeviceInfo deviceInfo
      Device state and metadata.
  • Method Details