Out |
public enum OutProcessEventType
| Member name | Value | Description |
|---|---|---|
| ServerAccepting | 0 | The server is waiting to accept a client connection. |
| ServerAccepted | 1 | The server has accepted a client connection. |
| ServerStopped | 2 | The server has disconnected and stopped. |
| ClientConnecting | 3 | The client is attempting to connect to the server. |
| ClientConnectFailed | 4 | The client failed to connect to the server. |
| ClientConnectState | 5 | The client has connected to the server. |
| ClientStopped | 6 | The client has disconnected and stopped. |
| Received | 7 | The server or client has received a message. |