C# Class LCM.LCM.TCPService

ファイルを表示 Open project: mlab-upenn/arch-apex Class Usage Examples

Public Methods

Method Description
Relay ( byte channel, byte data ) : void

Synchronously send a message to all clients

TCPService ( int port ) : System

Constructor of the TCP service object

Private Methods

Method Description
AcceptThreadRun ( ) : void

Method Details

Relay() public method

Synchronously send a message to all clients
public Relay ( byte channel, byte data ) : void
channel byte channel name
data byte data to be relayed
return void

TCPService() public method

Constructor of the TCP service object
public TCPService ( int port ) : System
port int TCP port number
return System