Returns the message payload data as an array
of bytes.
Returns null
, if the payload for the message
is not set.
The returned byte array is a reference to the
byte array of this message and the same reference
is returned for all calls to this method made before the
next call to setPayloadData
.