Click or drag to resize

RelayedTransportGetRemoteDelayTimeMS 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 int GetRemoteDelayTimeMS(
	uint clientId,
	int remoteTimestamp,
	out byte error
)
Request Example View Source

Parameters

clientId
Type: SystemUInt32
remoteTimestamp
Type: SystemInt32
error
Type: SystemByte

Return Value

Type: Int32

Implements

IUDPTransportGetRemoteDelayTimeMS(UInt32, Int32, Byte)
See Also