FX3ConnectionBootloaderPath Property |
Set/get the blink USB bootloader firmware .img file used for multi-board identification
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic string BootloaderPath { get; set; }
Public Property BootloaderPath As String
Get
Set
public:
property String^ BootloaderPath {
String^ get ();
void set (String^ value);
}
member BootloaderPath : string with get, set
Return Value
Type:
StringA string representing the path to the firmware on the user machine
See Also