Click or drag to resize

RelayedTransportQueueMessageForSending Method

[This is preliminary documentation and is subject to change.]

Namespace:  MLAPI.Transports.UNET
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void QueueMessageForSending(
	uint clientId,
	byte[] dataBuffer,
	int dataSize,
	int channelId,
	bool skipqueue,
	out byte error
)
Request Example View Source

Parameters

clientId
Type: SystemUInt32
dataBuffer
Type: SystemByte
dataSize
Type: SystemInt32
channelId
Type: SystemInt32
skipqueue
Type: SystemBoolean
error
Type: SystemByte

Implements

IUDPTransportQueueMessageForSending(UInt32, Byte, Int32, Int32, Boolean, Byte)
See Also