NetPeerSend Method (Byte, SendOptions) |
LiteNetLib |
Send data to peer
Namespace: LiteNetLib
Assembly: LiteNetLib (in LiteNetLib.dll) Version: 1.0.0.0
Syntax
C#
public void Send( byte[] data, SendOptions options )
Parameters
- data
- Type: SystemByte
Data - options
- Type: LiteNetLibSendOptions
Send options (reliable, unreliable, etc.)
See Also