Constant MAX_CHANNELS
pub const MAX_CHANNELS: u16 = 200; // 200u16
Expand description
Maximum number of channels that can be returned by
[Device.GetSupportedChannels
].
Value was chosen arbitrarily to be large enough to accommodate any reasonable future use case.