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)
Syntaxint GetRemoteDelayTimeMS(
uint clientId,
int remoteTimestamp,
out byte error
)
Request Example
View SourceParameters
- 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:
Int32Returns the delay in miliseconds
See Also