GetErrorString(int, out string)
- Updated2025-10-13
- 1 minute(s) read
Converts the status code returned by an RFmxEVDO function into a string.
Syntax
Namespace: NationalInstruments.RFmx.EvdoMX
public int GetErrorString(int errorCode, out string errorDescription)
Parameters
| Name | Type | Description |
|---|---|---|
| errorCode | int | Specifies an error or warning code. |
| errorDescription | out string | Upon return, contains the error description. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.