NetPeer Methods
From LiteNetLib
NetPeer Methods |
LiteNetLib |
The NetPeer type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Flush |
Flush all queued packets
| |
| GetMaxSinglePacketSize |
Gets maximum size of packet that will be not fragmented.
| |
| Send(Byte, SendOptions) |
Send data to peer
| |
| Send(NetDataWriter, SendOptions) |
Send data to peer
| |
| Send(Byte, Int32, Int32, SendOptions) |
Send data to peer
|
See Also