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+01fc5ca24e8f030354f28ec9cef320bc5cbb0ef6
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