Class WicaChannelValueConnectedInteger

Direct Known Subclasses:
WicaChannelValueMixins.WicaChannelValueConnectedIntegerSerializerMixin

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

    • WicaChannelValueConnectedInteger

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