LCM .NET API
Classes | Public Member Functions | List of all members
LCM.LCM.TCPService Class Reference

Public Member Functions

 TCPService (int port)
 Constructor of the TCP service object More...
 
void Relay (byte[] channel, byte[] data)
 Synchronously send a message to all clients More...
 

Constructor & Destructor Documentation

◆ TCPService()

LCM.LCM.TCPService.TCPService ( int  port)
inline

Constructor of the TCP service object

Parameters
portTCP port number

Member Function Documentation

◆ Relay()

void LCM.LCM.TCPService.Relay ( byte[]  channel,
byte[]  data 
)
inline

Synchronously send a message to all clients

Parameters
channelchannel name
datadata to be relayed

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