Click or drag to resize

IUDPTransportGetRemoteDelayTimeMS Method

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

Gets a delay in miliseconds based on a timestamp

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

Parameters

clientId
Type: SystemUInt32
The clientId to get the delay for
remoteTimestamp
Type: SystemInt32
The timestamp
error
Type: SystemByte
Error byte. Does nothhing

Return Value

Type: Int32
Returns the delay in miliseconds
See Also