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