Methods Summary |
---|
public Message | create(java.nio.ByteBuffer data)Create a new instance of this message by decoding the given byte serialization.
|
public void | destroy()Destroy the message; i.e. perform cleanup actions.
|
public java.lang.String | getDescription()Get textual description of this particular message.
|
public java.lang.String | getID()Get message id.
|
public java.nio.ByteBuffer[] | getPayload()Get message payload data.
|
public int | getType()Get message type.
|