Flag Byte Enumeration
Flag byte enumeration.
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 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 |