RFmxWlanMXOfdmModAccEhtSigCrcStatus Enumeration
- Updated2025-04-08
- 1 minute(s) read
Returns whether the cyclic redundancy check (CRC) has passed for the EHT-SIG field of the 802.11be waveform.
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public enum RFmxWlanMXOfdmModAccEhtSigCrcStatus
Members
Name | Value | Description |
---|---|---|
NotApplicable | -1 | Returns that the EHT-SIG CRC is invalid for the current waveform. |
Fail | 0 | Returns that the EHT-SIG CRC failed. |
Pass | 1 | Returns that the EHT-SIG CRC passed. |