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.1+ddac7b2dbc3280b33f7963df2f0ae0a022d4d825
[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 |