NetManager.SendDiscoveryResponse Method (Byte[], Int32, Int32, NetEndPoint)

LiteNetLib

NetManagerSendDiscoveryResponse Method (Byte, Int32, Int32, NetEndPoint)

LiteNetLib

[Missing <summary> documentation for "M:LiteNetLib.NetManager.SendDiscoveryResponse(System.Byte[],System.Int32,System.Int32,LiteNetLib.NetEndPoint)"]

Namespace:  LiteNetLib
Assembly:  LiteNetLib (in LiteNetLib.dll) Version: 1.0.0.0
Syntax

C#
public bool SendDiscoveryResponse(
	byte[] data,
	int start,
	int length,
	NetEndPoint remoteEndPoint
)

Parameters

data
Type: SystemByte

[Missing <param name="data"/> documentation for "M:LiteNetLib.NetManager.SendDiscoveryResponse(System.Byte[],System.Int32,System.Int32,LiteNetLib.NetEndPoint)"]

start
Type: SystemInt32

[Missing <param name="start"/> documentation for "M:LiteNetLib.NetManager.SendDiscoveryResponse(System.Byte[],System.Int32,System.Int32,LiteNetLib.NetEndPoint)"]

length
Type: SystemInt32

[Missing <param name="length"/> documentation for "M:LiteNetLib.NetManager.SendDiscoveryResponse(System.Byte[],System.Int32,System.Int32,LiteNetLib.NetEndPoint)"]

remoteEndPoint
Type: LiteNetLibNetEndPoint

[Missing <param name="remoteEndPoint"/> documentation for "M:LiteNetLib.NetManager.SendDiscoveryResponse(System.Byte[],System.Int32,System.Int32,LiteNetLib.NetEndPoint)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:LiteNetLib.NetManager.SendDiscoveryResponse(System.Byte[],System.Int32,System.Int32,LiteNetLib.NetEndPoint)"]

See Also

Reference