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
|
Méthode | Description | |
---|---|---|
AcceptThreadRun ( ) : void |
public Relay ( byte channel, byte data ) : void | ||
channel | byte | channel name |
data | byte | data to be relayed |
Résultat | void |
public TCPService ( int port ) : System | ||
port | int | TCP port number |
Résultat | System |