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