FX3ConnectionResetAllFX3s Method |
Looks for and resets boards in application mode. Should only be called at program start, after InitBoardList()
Note: Should not be used if running multiple instances of the GUI.
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic int ResetAllFX3s()
Public Function ResetAllFX3s As Integer
public:
int ResetAllFX3s()
member ResetAllFX3s : unit -> int
Return Value
Type:
Int32The number of boards running the application firmware which were reset
See Also