RFmxWlanMXOfdmModAccLSigParityCheckStatus Enumeration
- Updated2025-04-08
- 1 minute(s) read
Returns whether the parity check has passed either for the SIGNAL field of the 802.11a/g waveform or for the L-SIG field of the 802.11n/802.11ac/802.11ax/802.11be waveforms.
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public enum RFmxWlanMXOfdmModAccLSigParityCheckStatus
Members
Name | Value | Description |
---|---|---|
NotApplicable | -1 | Returns that the parity check is invalid for the current waveform. |
Fail | 0 | Returns that the parity check failed. |
Pass | 1 | Returns that the parity check passed. |