The message payload data represented as an array
of bytes is returned.
If the payload for the message isn't set, this method
returns null
.
A reference to the byte array of this binary message
is returned. It is the same for all calls to this method
made before setPayloadData
is called the
next time.
return buffer;