niWLANA_SetACPEnabled
- Updated2023-02-21
- 1 minute(s) read
int32 __stdcall niWLANA_SetACPEnabled (niWLANAnalysisSession session, char channelString[], int32 value);
Purpose
Specifies whether to enable the ACP measurement. The default value is NIWLANA_VAL_FALSE.
Parameters
Input | ||
Name | Type | Description |
session | niWLANAnalysisSession | Specifies the niWLAN analysis session refnum. |
channelString | char[] | Set this parameter to "" (empty string) or NULL. |
enable | int32 | Specifies whether to enable the ACP measurement. The default value is NIWLANA_VAL_FALSE. |
Return Value
Name | Type | Description | ||||||||
status | 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 niWLAN function to determine if an error has occurred. To obtain a text description of the status code and additional information about the error condition, call the niWLANA_GetErrorString function. The general meaning of the status code is as follows:
|
||||||||