Standard Power SensorTorque Sensor Property
Gets the torque sensor.
Definition
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.BicyclePower
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.4+3bc433b476ad11fc6896cfd0bd783d60504dc315
The wheel or crank torque sensor.
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.4+3bc433b476ad11fc6896cfd0bd783d60504dc315
C#
public TorqueSensor? TorqueSensor { get; set; }VB
Public Property TorqueSensor As TorqueSensor
Get
SetC++
public:
property TorqueSensor^ TorqueSensor {
TorqueSensor^ get ();
void set (TorqueSensor^ value);
}F#
member TorqueSensor : TorqueSensor with get, setProperty Value
TorqueSensorThe wheel or crank torque sensor.