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 .
the payload data of this message ornull if the data has not been set See Also: BinaryMessage.setPayloadData |