Channel Type Enumeration
Channel Type flags. A valid channel type is one BASE parameter (Slave XOR Receive)
combined by '|' (bitwise OR) with any desired ADV parameters
Definition
Namespace: SmallEarthTech.AntRadioInterface
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.3+bee07ae1f518f90000e3a8eef95ac61052778db9
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.3+bee07ae1f518f90000e3a8eef95ac61052778db9
C#
[FlagsAttribute]
public enum ChannelTypeVB
<FlagsAttribute>
Public Enumeration ChannelTypeC++
[FlagsAttribute]
public enum class ChannelTypeF#
[<FlagsAttribute>]
type ChannelTypeMembers
| 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 |