niBTSA_ResetSession
- Updated2023-02-21
- 1 minute(s) read
int32 __stdcall niBTSA_ResetSession (niBTSASession session);
Purpose
Resets all the attributes of the session to their default values.
Parameters
Input | ||
Name | Type | Description |
session | niBTSASession | Specifies the niBT SA session. Use this parameter to configure the behavior and operation of the appropriate NI Bluetooth Analysis Toolkit function that accepts the niBTSASession as an input. |
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. Examine the status code from each call to an niBT SA 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 niBTSA_GetErrorString function. The general meaning of the status code is as follows:
|
||||||||