CreateCustomCommand(int[], int[], ref int[])
- Updated2025-04-08
- 1 minute(s) read
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
Name | Type | Description |
---|---|---|
opCode | int[] | Specifies an array of custom opcode commands to send to the DUT. |
commandParameters | int[] | Specifies an array of the input parameters required for the custom command. |
returnParameters | ref 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.