LCM .NET API
Public Member Functions | Public Attributes | List of all members
LCM.LCM.MessageAggregator.Message Class Reference

A received message. More...

Public Member Functions

 Message (string channel, byte[] data)
 Constructor. More...
 

Public Attributes

byte[] Data
 The raw data bytes of the message body. More...
 
string Channel
 Channel on which the message was received. More...
 

Detailed Description

A received message.

Constructor & Destructor Documentation

◆ Message()

LCM.LCM.MessageAggregator.Message.Message ( string  channel,
byte[]  data 
)
inline

Constructor.

Parameters
channelchannel name
dataraw data

Member Data Documentation

◆ Channel

string LCM.LCM.MessageAggregator.Message.Channel

Channel on which the message was received.

◆ Data

byte [] LCM.LCM.MessageAggregator.Message.Data

The raw data bytes of the message body.


The documentation for this class was generated from the following file: