Enum ConnectionState
Connection state of networking.
網絡連線狀態。
Namespace: Votanic.vNet
Assembly: Votanic.vNet.dll
Syntax
public enum ConnectionState
Fields
Name | Description |
---|---|
Connected | Connected to server. |
Connecting | Connecting to server. |
Disconnected | Disconnected connection. |
Error | Failed to connect. |
Idle | No connection. |