Flag Byte Enumeration
Flag byte enumeration.
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 FlagByteVB
<FlagsAttribute>
Public Enumeration FlagByteC++
[FlagsAttribute]
public enum class FlagByteF#
[<FlagsAttribute>]
type FlagByteMembers
| None | 0 | The none |
| RxTimestamp | 32 | The Rx timestamp |
| Rssi | 64 | The RSSI |
| ChannelId | 128 | The channel identifier |