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.2+3bc433b476ad11fc6896cfd0bd783d60504dc315
Assembly: SmallEarthTech.AntRadioInterface (in SmallEarthTech.AntRadioInterface.dll) Version: 5.0.2+3bc433b476ad11fc6896cfd0bd783d60504dc315
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 |