ChannelType Enumeration
Channel Type flags. A valid channel type is one BASE parameter (Slave XOR Receive)
combined by '|' (bitwise OR) with any desired ADV parameters
Namespace: SmallEarthTech.AntRadioInterfaceAssembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.0+4dd3b18a61cb7a7c9070bf010b9a118f4696f0c4
[FlagsAttribute]
public enum ChannelType
<FlagsAttribute>
Public Enumeration ChannelType
[FlagsAttribute]
public enum class ChannelType
[<FlagsAttribute>]
type ChannelType
| BaseSlaveReceive | 0 | The base slave receive |
| BaseMasterTransmit | 16 | The base master transmit |
| AdvShared | 32 | The advanced shared channel |
| AdvTxRxOnlyOrRxAlwaysWildCard | 64 | The advanced Tx/Rx only or Rx always wild card |