HciLETestEnd(out int, out int)
- Updated2025-10-13
- 1 minute(s) read
Sends the command to the device under test (DUT) to end the transmitter or receiver test.
Syntax
Namespace: NationalInstruments.BluetoothDtm
public int HciLETestEnd(out int packetCount, out int status)
Parameters
| Name | Type | Description |
|---|---|---|
| packetCount | out int | Returns the number of packets received by the DUT. |
| status | out int | returns the status of the test end command. The DUT receives and executes the test end command if the status parameter returns a 0x00 value. The test end command fails if the status parameter returns a non-zero (0x01-0xFF) value. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.