Click or drag to resize

LinkInstantaneousGetOffsetToTransmissionTimeEvaluator Method

Gets an evaluator that, given a time at which an event is received at the Receiver, evaluates the time at which the event occurred at the Transmitter.

Namespace:  AGI.Foundation.Access
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public LinkDelayEvaluator GetOffsetToTransmissionTimeEvaluator()

Return Value

Type: LinkDelayEvaluator
The evaluator.
Remarks
The evaluator returned by this method always returns a duration of 0.0 seconds, indicating that the communication between the transmitter and receiver is instantaneous.
See Also