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: 3.0.0.0+4009252dff1e4f6bcda36b6b0041486552134bc5
[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 |