Package lcm.lcm

Class MessageAggregator.Message

    • Field Detail

      • data

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

        public final String channel
        Channel on which the message was received.
    • Constructor Detail

      • Message

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