GetPsduCrcStatus(string, out RFmxWlanMXDsssModAccPsduCrcStatus)
- Updated2025-04-08
- 1 minute(s) read
Indicates whether the cyclic redundancy check (CRC) of the received decoded PLCP service data unit (PSDU) has passed.
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public int GetPsduCrcStatus(string selectorString, out RFmxWlanMXDsssModAccPsduCrcStatus value)
Remarks
This method gets the value of DsssModAccResultsPsduCrcStatus attribute.
Parameters
Name | Type | Description |
---|---|---|
selectorString | string | Specifies the result name, number and Signal number. Example: "Signal0", "result::r1/Signal0" or "result::r1/Signal0/0". You can use the NationalInstruments.RFmx.WlanMX.RFmxWlanMX.BuildString(string,int) method to build the selector string. |
value | out RFmxWlanMXDsssModAccPsduCrcStatus | Indicates whether the cyclic redundancy check (CRC) of the received decoded PLCP service data unit (PSDU) has passed. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.