Package lcm.lcm

Class MessageAggregator.Message

  • Enclosing class:
    MessageAggregator

    public class MessageAggregator.Message
    extends java.lang.Object
    A received message.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String channel
      Channel on which the message was received.
      byte[] data
      The raw data bytes of the message body.
    • Constructor Summary

      Constructors 
      Constructor Description
      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

      • Message

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