|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlcm.lcm.MessageAggregator.Message
public class MessageAggregator.Message
A received message.
| Field Summary | |
|---|---|
java.lang.String |
channel
Channel on which the message was received. |
byte[] |
data
The raw data bytes of the message body. |
| Constructor Summary | |
|---|---|
MessageAggregator.Message(java.lang.String channel_,
byte[] data_)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final byte[] data
public final java.lang.String channel
| Constructor Detail |
|---|
public MessageAggregator.Message(java.lang.String channel_,
byte[] data_)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||