UnetTransportPollReceive 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 NetEventType PollReceive(
out uint clientId,
out int channelId,
ref byte[] data,
int bufferSize,
out int receivedSize,
out byte error
)
Request Example
View SourceParameters
- clientId
- Type: SystemUInt32
- channelId
- Type: SystemInt32
- data
- Type: SystemByte
- bufferSize
- Type: SystemInt32
- receivedSize
- Type: SystemInt32
- error
- Type: SystemByte
Return Value
Type:
NetEventTypeImplements
IUDPTransportPollReceive(UInt32, Int32, Byte, Int32, Int32, Byte)
See Also