Gets whether the header cyclic redundancy check (CRC) is successfully passed, as defined in section 16.2.3.7 of IEEE Standard 802.11 2016 .

Syntax

Namespace: NationalInstruments.RFmx.WlanMX

public int GetHeaderCrcStatus(string selectorString, out RFmxWlanMXDsssModAccPayloadHeaderCrcStatus value)

Remarks

This method gets the value of DsssModAccResultsHeaderCrcStatus attribute.

Parameters

NameTypeDescription
selectorStringstring

Specifies the result name.
Example: ""
"result::r1"
You can use the BuildResultString(string) method to build the selectorString.

valueout RFmxWlanMXDsssModAccPayloadHeaderCrcStatus

Upon return, contains whether the header cyclic redundancy check (CRC) is successfully passed, as defined in section 16.2.3.7 of IEEE Standard 802.11 2016 .

Returns

Returns the status code of this method. The status code either indicates success or describes a warning condition.