Click or drag to resize

FX3ConnectionDisconnect Method (String)

Overload of Disconnect which lets you specify the FX3 serial number to disconnect. Returns a boolean indicating if the board was disconnected.

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public bool Disconnect(
	string FX3SerialNumber
)

Parameters

FX3SerialNumber
Type: SystemString
Serial number of board to disconnect from

Return Value

Type: Boolean
Success status of the board disconnect operation
See Also