Interface EnOceanChannel


public interface EnOceanChannel
Holds the raw value and channel identification info of an EnOceanChannel.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    int
     
    byte[]
    Gets the raw value of this channel.
    int
     
    void
    setRawValue(byte[] rawValue)
    Sets the raw value of a channel.
  • Method Details

    • getChannelId

      String getChannelId()
      Returns:
      The unique ID of this channel.
    • getOffset

      int getOffset()
      Returns:
      The offset, in bits, where this channel is found in the telegram.
    • getSize

      int getSize()
      Returns:
      The size, in bits, of this channel.
    • getRawValue

      byte[] getRawValue()
      Gets the raw value of this channel.
      Returns:
      corresponding value.
    • setRawValue

      void setRawValue(byte[] rawValue)
      Sets the raw value of a channel.
      Parameters:
      rawValue -