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.1.0+bee07ae1f518f90000e3a8eef95ac61052778db9
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.1.0+bee07ae1f518f90000e3a8eef95ac61052778db9
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