public class Msg
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static int |
INT_LENGTH |
| Modifier | Constructor and Description |
|---|---|
|
Msg(int msgType) |
protected |
Msg(Msg msg) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addPayload(java.nio.ByteBuffer payload) |
int |
getMsgType() |
protected int |
getNumPayloads() |
protected java.nio.ByteBuffer |
getPayload(int index) |
int |
getSender() |
protected void |
setPayload(int index,
java.nio.ByteBuffer payload) |
protected static final int INT_LENGTH
public Msg(int msgType)
protected Msg(Msg msg)
public int getMsgType()
public int getSender()
protected int getNumPayloads()
protected java.nio.ByteBuffer getPayload(int index)
protected void addPayload(java.nio.ByteBuffer payload)
protected void setPayload(int index,
java.nio.ByteBuffer payload)