Sends the specified custom command to the device under test (DUT).

Syntax

Namespace: NationalInstruments.BluetoothDtm

public int CreateCustomCommand(int[] opCode, int[] commandParameters, ref int[] returnParameters)

Parameters

NameTypeDescription
opCodeint[]

Specifies an array of custom opcode commands to send to the DUT.

commandParametersint[]

Specifies an array of the input parameters required for the custom command.

returnParametersref int[]

Returns an array of the parameters sent by the DUT in response to the custom command.

Returns

Returns the status code of this method. The status code either indicates success or describes a warning condition.