Used to update a value from a remote time line. Overrides the default SetFromRemote in order to implement smooth corrections

Namespace:  Equis.JanusToolkit.StandardTimeLines
Assembly:  Janus (in Janus.dll)

Syntax

C#
public override void SetFromRemote(
	long realTime,
	byte[] msg
)

Parameters

realTime
Type: System..::..Int64
absolute time
msg
Type: array<System..::..Byte>[]()[][]
value in the form of a byte array

Implements

RemoteUpdater..::..SetFromRemote(Int64, array<Byte>[]()[][])

See Also