Class WicaChannelValueConnectedIntegerArray

Direct Known Subclasses:
WicaChannelValueMixins.WicaChannelValueConnectedIntegerArraySerializerMixin

public class WicaChannelValueConnectedIntegerArray extends WicaChannelValueConnected
Represents the value of a connected channel whose underlying type is INTEGER_ARRAY.
  • Constructor Details

    • WicaChannelValueConnectedIntegerArray

      public WicaChannelValueConnectedIntegerArray(WicaChannelAlarmSeverity alarmSeverity, WicaChannelAlarmStatus alarmStatus, LocalDateTime dataSourceTimestamp, int[] value)
      Constructs a new instance of a value for a channel whose type is INTEGER_ARRAY.
      Parameters:
      alarmSeverity - the alarm severity.
      alarmStatus - the alarm status.
      dataSourceTimestamp - the data source timestamp.
      value - the value.
  • Method Details