Class ChannelIdMessage


public class ChannelIdMessage extends AntMessageFromAnt
This message returns the specific channel ID for the channel.
Since:
4.0
  • Field Details

    • OFFSET_CHANNEL_ID

      public static final int OFFSET_CHANNEL_ID
      The message content offset to the channel ID
      Since:
      4.0
      See Also:
  • Constructor Details

    • ChannelIdMessage

      public ChannelIdMessage(AntMessageParcel messageParcel)
      Parse message specific information from the given ANT message parcel.
      Parameters:
      messageParcel - Raw ANT message received form the ANT Radio Service.
      Throws:
      IllegalArgumentException - If the parcel is for the wrong message type.
      Since:
      4.0
    • ChannelIdMessage

      protected ChannelIdMessage(byte[] messageContent)
  • Method Details