NetManagerSendUnconnectedMessage Method (Byte, Int32, Int32, NetEndPoint) |
LiteNetLib |
Send message without connection
Namespace: LiteNetLib
Assembly: LiteNetLib (in LiteNetLib.dll) Version: 1.0.0.0
Syntax
C#
public bool SendUnconnectedMessage( byte[] message, int start, int length, NetEndPoint remoteEndPoint )
Parameters
- message
- Type: SystemByte
Raw data - start
- Type: SystemInt32
data start - length
- Type: SystemInt32
data length - remoteEndPoint
- Type: LiteNetLibNetEndPoint
Packet destination
Return Value
Type: BooleanOperation result
See Also