Click or drag to resize

RelayedTransportPollReceive 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 NetEventType PollReceive(
	out uint clientId,
	out int channelId,
	ref byte[] data,
	int bufferSize,
	out int receivedSize,
	out byte error
)
Request Example View Source

Parameters

clientId
Type: SystemUInt32
channelId
Type: SystemInt32
data
Type: SystemByte
bufferSize
Type: SystemInt32
receivedSize
Type: SystemInt32
error
Type: SystemByte

Return Value

Type: NetEventType

Implements

IUDPTransportPollReceive(UInt32, Int32, Byte, Int32, Int32, Byte)
See Also