Class BroadcastDataMessage


public class BroadcastDataMessage extends DataMessage
Received when the master connected to sends broadcast data to the slave. The slave does not acknowledge the reception of broadcast data.
Since:
4.0
  • Constructor Details

    • BroadcastDataMessage

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

      protected BroadcastDataMessage(byte[] messageContent)
  • Method Details