MeasurementType Enumeration

Data type of the measurement reported.

Definition

Namespace: SmallEarthTech.AntPlus.DeviceProfiles.BicyclePower
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 4.0.0.0+4009252dff1e4f6bcda36b6b0041486552134bc5
C#
public enum MeasurementType

Members

ProgressCountdown0The progress countdown
TimeCountdown1The time countdown
WholeSensorTorque8The whole sensor torque
LeftTorque9The left torque
RightTorque10The right torque
TorqueYAxis11The torque y axis
TorqueOutboardness12Torque with reference to middle of pedal about the x-axis.
WholeSensorForce16The whole sensor force
LeftForce17The left force
RightForce18The right force
CrankAngle20The crank angle
LeftCrankAngle21The left crank angle
RightCrankAngle22The right crank angle
ZeroOffset24The zero offset
Temperature25The temperature
Voltage26The voltage
LeftForceForward32The left force forward
RightForceForward33The right force forward
LeftForceDownward34The left force downward
RightForceDownward35The right force downward
LeftPedalAngle40The left pedal angle
RightPedalAngle41The right pedal angle
Reserved255Reserved. Any value not a member of this enum will return reserved.

See Also