CombinedSpeedAndCadenceSensorToString Method

Returns a string representation of the current derived AntDevice.

Definition

Namespace: SmallEarthTech.AntPlus.DeviceProfiles.BikeSpeedAndCadence
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.1.0+bee07ae1f518f90000e3a8eef95ac61052778db9
C#
public override string ToString()

Return Value

String
Overridden to return the short class name versus the full namespace name.

See Also