AntRadioNumChannels Property
Gets the number of channels supported by the ANT radio.
Namespace: SmallEarthTech.AntUsbStickAssembly: SmallEarthTech.AntUsbStick (in SmallEarthTech.AntUsbStick.dll) Version: 3.1.0.0+f38da73fd23cf61ffb5cc5e01f10a544cf32a50c
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