RFmxWLAN_BuildSignalString
- Updated2024-10-14
- 1 minute(s) read
RFmxWLAN_BuildSignalString
int32 __stdcall RFmxWLAN_BuildSignalString (char signalName[], char resultName[], int32 selectorStringLength, char selectorString[]);
Purpose
Creates a selector string.
Parameters
Input | ||
Name | Type | Description |
signalName | char[] | Specifies the signal name for building the selector string. This input accepts the signal name with or without the "signal::" prefix. Example: "" "signal::sig1" "sig1" |
resultName | char[] | Specifies the result name for building the selector string. This input accepts the result name with or without the "result::" prefix. Example: "" "result::r1" "r1" |
selectorStringLength | int32 | Specifies the length of the selector string. Set this parameter to 0 to get the minimum buffer size required to build the selector string. |
selectorString | char[] | Returns the selector string created by this function.
|
Return Value
Name | Type | Description | ||||||||
statusOrRequiredSize | int32 | Returns the status code of this operation. The status code either indicates success or describes an error or warning condition. Examine the status code from each call to an RFmx function to determine if an error has occurred. When the statusOrRequiredSize return value returns the buffer size, the status code is not returned. To obtain a text description of the status code and additional information about the error condition, call the RFmxWLAN_GetError function. The general meaning of the status code is as follows:
|
||||||||