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)
Syntaxpublic bool Disconnect(
string FX3SerialNumber
)
Public Function Disconnect (
FX3SerialNumber As String
) As Boolean
public:
bool Disconnect(
String^ FX3SerialNumber
)
member Disconnect :
FX3SerialNumber : string -> bool
Parameters
- FX3SerialNumber
- Type: SystemString
Serial number of board to disconnect from
Return Value
Type:
BooleanSuccess status of the board disconnect operation
See Also