NIBluetoothDtm.HciReset Method
- Updated2023-02-21
- 1 minute(s) read
Resets the device under test (DUT) specified by the VISA resource name parameter.
Namespace: NationalInstruments.BluetoothDtm
Assembly: NationalInstruments.BluetoothDtm.Fx40 (in NationalInstruments.BluetoothDtm.Fx40.dll) Version: 20.7.0.32768 (20.7.0.32768)
Syntax
public int HciReset( out int status )
Public Function HciReset ( <OutAttribute> ByRef status As Integer ) As Integer
Parameters
- status
- Type: SystemInt32
Returns the status of the reset command. The DUT receives and executes the reset command if the status parameter returns a 0x00 value. The reset command fails if the parameter returns a non-zero (0x01-0xFF) value.
Return Value
Type: Int32Returns the status code of this method. The status code either indicates success or describes a warning condition.