Bike Speed SensorChannel Count Property
This is a multiple of the base transmission frequency. All derived classes must implement this property.
See the master Channel Period specified in the specific ANT device specification for the count value.
Definition
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.BikeSpeedAndCadence
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.2+fe94d33487affd796e1d786d5b5eb3d769a3361f
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 7.0.2+fe94d33487affd796e1d786d5b5eb3d769a3361f
C#
public override int ChannelCount { get; }VB
Public Overrides ReadOnly Property ChannelCount As Integer
GetC++
public:
virtual property int ChannelCount {
int get () override;
}F#
abstract ChannelCount : int with get
override ChannelCount : int with get