INetEventListener Interface |
LiteNetLib |
[Missing <summary> documentation for "T:LiteNetLib.INetEventListener"]
Namespace: LiteNetLib
Assembly: LiteNetLib (in LiteNetLib.dll) Version: 1.0.0.0
Syntax
C#
public interface INetEventListener
The INetEventListener type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnNetworkError |
Network error (on send or receive)
| |
OnNetworkLatencyUpdate |
Latency information updated
| |
OnNetworkReceive |
Received some data
| |
OnNetworkReceiveUnconnected |
Received unconnected message
| |
OnPeerConnected |
New remote peer connected to host, or client connected to remote host
| |
OnPeerDisconnected |
Peer disconnected
|
See Also