public override string ToString()Public Overrides Function ToString As Stringpublic:
+StandardPowerSensor.ToString Method
Small Earth Technology ANT+ Class LibraryStandard Power SensorTo String Method
Returns a string that represents the current object.Definition
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.BicyclePower
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.0+03c0e5e5a599f652ca49f39d4560b5774210b560C#public override string ToString()
VBPublic Overrides Function ToString As String
C++public:
virtual String^ ToString() override
F#abstract ToString : unit -> string
override ToString : unit -> string
Return Value
String
A string that represents the current object.Remarks
Overridden to provide the short class name versus the full namespace name.See Also
FitnessEquipment.DeviceClass Field
Small Earth Technology ANT+ Class LibraryFitness EquipmentDevice Class Field
The device type value transmitted in the channel ID.
- Definition
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.FitnessEquipment
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 5.1.2+f020e0f7d6c6baea4fbd8d2cd07f19d43a2df455C#public const byte DeviceClass = 17
VBPublic Const DeviceClass As Byte = 17
C++public:
+
Definition
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.FitnessEquipment
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.0+03c0e5e5a599f652ca49f39d4560b5774210b560C#public const byte DeviceClass = 17
VBPublic Const DeviceClass As Byte = 17
C++public:
literal unsigned char DeviceClass = 17
F#static val mutable DeviceClass: byte
Field Value
ByteSee Also
MuscleOxygen.CommandId Enumeration
Small Earth Technology ANT+ Class LibraryMuscle OxygenCommand Id Enumeration
Command identifiers.Definition
Namespace: SmallEarthTech.AntPlus.DeviceProfiles
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 5.1.2+f020e0f7d6c6baea4fbd8d2cd07f19d43a2df455C#public enum CommandId
VBPublic Enumeration CommandId
C++public enum class CommandId
F#type CommandId
Members
SetTime 0 Set time. StartSession 1 Start session. StopSession 2 Stop session. Lap 3 Mark lap.
See Also