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)
Syntaxpublic void QueueMessageForSending(
uint clientId,
byte[] dataBuffer,
int dataSize,
int channelId,
bool skipqueue,
out byte error
)
Request Example
View SourceParameters
- 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