FX3ConnectionFlashProgrammerPath Property |
Path to the programmer firmware which is loaded in RAM to allow flashing the EEPROM with the bootloader.
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic string FlashProgrammerPath { get; set; }
Public Property FlashProgrammerPath As String
Get
Set
public:
property String^ FlashProgrammerPath {
String^ get ();
void set (String^ value);
}
member FlashProgrammerPath : string with get, set
Return Value
Type:
String
See Also