public abstract class TorqueSensor : ObservableObject
Public MustInherit Class TorqueSensor
Inherits ObservableObject
public ref class TorqueSensor abstract : public ObservableObject
[<AbstractClassAttribute>]
type TorqueSensor =
class
inherit ObservableObject
end
TorqueSensor | Initializes a new instance of the TorqueSensor class. |
AverageAngularVelocity | Gets the average angular velocity in radians per second. |
AveragePower | Gets the average power in watts. |
AverageTorque | Gets the average torque in Nm. |
InstantaneousCadence | Gets the instantaneous pedaling cadence. 0xFF indicates invalid. |
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. |
ToString | Returns a string that represents the current object. (Inherited from Object) |
_logger | The _logger |
deltaEventCount | The delta event count |
deltaPeriod | The delta period |
deltaTicks | The delta ticks |
deltaTorque | The delta torque |
isFirstDataMessage | The is first data message received |