Enum TCPCommand
Available commands for the TCP client.
Namespace: RuriLib
Assembly: RuriLib.dll
Syntax
public enum TCPCommand
Fields
| Name | Description |
|---|---|
| Connect | Connects the client to a host. |
| Disconnect | Disconnects the client from the connected host. |
| Send | Sends a message to the connected host. |