lcm.lcm
Class MessageAggregator.Message

java.lang.Object
  extended by lcm.lcm.MessageAggregator.Message
Enclosing class:
MessageAggregator

public class MessageAggregator.Message
extends java.lang.Object

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

data

public final byte[] data
The raw data bytes of the message body.


channel

public final java.lang.String channel
Channel on which the message was received.

Constructor Detail

MessageAggregator.Message

public MessageAggregator.Message(java.lang.String channel_,
                                 byte[] data_)