Sets the payload data of this binary message. It may
be set to null
.
This method actually sets the reference to the byte array.
Changes made to this array subsequently affect this
BinaryMessage
object's contents. Therefore, this array
should not be reused by the applications until the message is sent and
MessageConnection.send
returned.