AntRadioNumChannels Property
Gets the number of channels supported by the ANT radio.
Namespace: SmallEarthTech.AntUsbStickAssembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 4.0.0+cc723bbc839284dd252a32d6183c5ccac205e2f1
public int NumChannels { get; }
Public ReadOnly Property NumChannels As Integer
Get
public:
virtual property int NumChannels {
int get () sealed;
}
abstract NumChannels : int with get
override NumChannels : int with get
Int32The number of channels.
IAntRadioNumChannels