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