Click or drag to resize

IUDPTransportSendQueue Method

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

Sends queued messages for a specific clientId

Namespace:  MLAPI.Transports
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
void SendQueue(
	uint clientId,
	out byte error
)
Request Example View Source

Parameters

clientId
Type: SystemUInt32
The clientId to send
error
Type: SystemByte
Error byte. Does nothhing
See Also