public class StandardWheelTorqueSensor : TorqueSensor
Public Class StandardWheelTorqueSensor
Inherits TorqueSensor
public ref class StandardWheelTorqueSensor : public TorqueSensor
type StandardWheelTorqueSensor =
class
inherit TorqueSensor
end
StandardWheelTorqueSensor | Initializes a new instance of the StandardWheelTorqueSensor class. |
AccumulatedDistance | Accumulated distance in meters. |
AverageAngularVelocity | Gets the average angular velocity in radians per second. (Inherited from TorqueSensor) |
AveragePower | Gets the average power in watts. (Inherited from TorqueSensor) |
AverageSpeed | Average speed in kilometers per hour. |
AverageTorque | Gets the average torque in Nm. (Inherited from TorqueSensor) |
InstantaneousCadence | Gets the instantaneous pedaling cadence. 0xFF indicates invalid. (Inherited from TorqueSensor) |
WheelCircumference | Wheel circumference in meters. The default is 2.2 meters. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ParseTorque | Parses the torque message. (Overrides TorqueSensorParseTorque(Byte)) |
ToString | Returns a string that represents the current object. (Overrides ObjectToString) |
_logger | The _logger (Inherited from TorqueSensor) |
deltaEventCount | The delta event count (Inherited from TorqueSensor) |
deltaPeriod | The delta period (Inherited from TorqueSensor) |
deltaTicks | The delta ticks (Inherited from TorqueSensor) |
deltaTorque | The delta torque (Inherited from TorqueSensor) |
isFirstDataMessage | The is first data message
received (Inherited from TorqueSensor) |