TrainerStationaryBikeCurrentTemperature Property
Gets the current temperature in degrees Celsius.
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.FitnessEquipmentAssembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.3+54994fa34e781af8d41d8f78e72210c9fe046b39
public double CurrentTemperature { get; set; }
Public Property CurrentTemperature As Double
Get
Set
public:
property double CurrentTemperature {
double get ();
void set (double value);
}
member CurrentTemperature : float with get, set
Property Value
DoubleThe current temperature in degrees C.