TrackerChannel 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.AssetTracker
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.4+3bc433b476ad11fc6896cfd0bd783d60504dc315
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.4+3bc433b476ad11fc6896cfd0bd783d60504dc315
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