Package | Description |
---|---|
org.km3net.clbv2.remote.stack |
Implements the low-level Simple Retransmission Protocol layer and Message Container Format
classes used by MessageProcessor and related.
|
Modifier and Type | Field and Description |
---|---|
MCFClass |
MCFMessage.clazz |
Modifier and Type | Method and Description |
---|---|
static MCFClass |
MCFClass.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MCFClass[] |
MCFClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
MCFMessage(MCFClass clazz,
int id,
int type,
byte[] content) |