NetPeerStatus Enumeration |
Namespace: Internal.Lidgren.Network
public enum NetPeerStatus
Member name | Value | Description | |
---|---|---|---|
NotRunning | 0 | NetPeer is not running; socket is not bound | |
Starting | 1 | NetPeer is in the process of starting up | |
Running | 2 | NetPeer is bound to socket and listening for packets | |
ShutdownRequested | 3 | Shutdown has been requested and will be executed shortly |