Stride Based Speed And DistanceUpdate Latency Property
Gets the update latency.
The time elapsed between the last speed and distance computation and the transmission of this message.
Definition
Namespace: SmallEarthTech.AntPlus.DeviceProfiles
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.4+3bc433b476ad11fc6896cfd0bd783d60504dc315
The update latency in seconds.
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.4+3bc433b476ad11fc6896cfd0bd783d60504dc315
C#
public double UpdateLatency { get; set; }VB
Public Property UpdateLatency As Double
Get
SetC++
public:
property double UpdateLatency {
double get ();
void set (double value);
}F#
member UpdateLatency : float with get, setProperty Value
DoubleThe update latency in seconds.