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

NameTypeDescription
packetCountout int

Returns the number of packets received by the DUT.

statusout 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.