RFmxBTMXChannelSoundingSyncSequence Enumeration
- Updated2025-10-13
- 1 minute(s) read
Specifies the type of sequence present in the SYNC portion after trailer bits. This method is applicable only when you set the SetPacketType(string, RFmxBTMXPacketType) method to LE-CS and the SetChannelSoundingPacketFormat(string, RFmxBTMXChannelSoundingPacketFormat) method to any value other than CS Tone.
Syntax
Namespace: NationalInstruments.RFmx.BTMX
public enum RFmxBTMXChannelSoundingSyncSequence
Members
| Name | Value | Description |
|---|---|---|
| None | 0 | Specifies that there is no optional sequence at the end of the SYNC portion of the LE-CS packet. |
| SoundingSequence32bit | 1 | Specifies that there is a 32-bit sounding sequence at the end of the SYNC portion of the LE-CS packet. |
| SoundingSequence96bit | 2 | Specifies that there is a 96-bit sounding sequence at the end of the SYNC portion of the LE-CS packet. |
| PayloadPattern | 3 | Specifies that the payload bit pattern is present at the end of the SYNC portion of the LE-CS packet. |