Crank Torque Frequency SensorPower Property
Gets the power in watts.
Definition
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.BicyclePower
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.4+5f3fcccd77655d9c9ca3c046320d70ec8b8a48cd
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.4+5f3fcccd77655d9c9ca3c046320d70ec8b8a48cd
C#
public double Power { get; set; }VB
Public Property Power As Double
Get
SetC++
public:
property double Power {
double get ();
void set (double value);
}F#
member Power : float with get, set