Enum NetEvent.EType
Specifies the category of the network event.
Namespace: LiteNetLib
Assembly: LiteNetLib.dll
Syntax
public enum NetEvent.EType
Fields
| Name | Description |
|---|---|
| Broadcast | Broadcast message received. |
| Connect | New peer connected. |
| ConnectionLatencyUpdated | Round-trip time (RTT) for a peer has been updated. |
| ConnectionRequest | Incoming connection request from a new peer. |
| Disconnect | Peer disconnected. |
| Error | Socket or internal protocol error occurred. |
| MessageDelivered | Reliable message was successfully delivered to the remote peer. |
| PeerAddressChanged | The IP address or port of an existing peer has changed (e.g., roaming). |
| Receive | Data received from a connected peer. |
| ReceiveUnconnected | Unconnected message received. |