Class AcknowledgedDataMessage


public class AcknowledgedDataMessage extends DataMessage
Sent by a slave after receiving a broadcast message to indicate to the master that the message was received.
Since:
4.0
  • Constructor Details

    • AcknowledgedDataMessage

      public AcknowledgedDataMessage(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
    • AcknowledgedDataMessage

      protected AcknowledgedDataMessage(byte[] messageContent)
      Constructor for the acknowledged data message.
      Parameters:
      messageContent - The raw bytes of the message.
  • Method Details