TorqueSensordeltaEventCount Field

Represents the change in the number of events.

Definition

Namespace: SmallEarthTech.AntPlus.DeviceProfiles.BicyclePower
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.2+4dd3b18a61cb7a7c9070bf010b9a118f4696f0c4
C#
protected int deltaEventCount

Field Value

Int32

Remarks

This field is intended for use in derived classes to track or calculate the difference in event counts. It is protected and should be accessed or modified only within the class hierarchy.

See Also