C# Class LCM.LCM.TCPService

Afficher le fichier Open project: mlab-upenn/arch-apex Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
AcceptThreadRun ( ) : void

Method Details

Relay() public méthode

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

TCPService() public méthode

Constructor of the TCP service object
public TCPService ( int port ) : System
port int TCP port number
Résultat System