Click or drag to resize

IUDPTransportGetCurrentRTT Method

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

Gets the round trip time for a specific client

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

Parameters

clientId
Type: SystemUInt32
The clientId to get the rtt from
error
Type: SystemByte
Error byte. Does nothhing

Return Value

Type: Int32
Returns the event type
See Also