Class XBeeBroadcastMessage

All Implemented Interfaces:
BroadcastMessage, Message

public class XBeeBroadcastMessage extends XBeeMessage implements BroadcastMessage
This is an extension of the XBeeMessage class for messages that are to be sent as broadcast messages.
  • Method Details

    • getTX16BroadcastMessage

      public static XBeeBroadcastMessage getTX16BroadcastMessage(byte[] payload)
      Get an XBee Message for broadcasting a payload to the network.
      Parameters:
      payload - A byte array containing the bytes to be broadcast as the low order word of the integer.
      Returns:
      XBeeMessage with remote transmission request for the provided address containing the provided payload.