FX3ConnectionFirmwarePath Property |
The path to the firmware .img file. Needs to be set before the FX3 can be programmed
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic string FirmwarePath { get; set; }
Public Property FirmwarePath As String
Get
Set
public:
property String^ FirmwarePath {
String^ get ();
void set (String^ value);
}
member FirmwarePath : string with get, set
Return Value
Type:
StringA string, representing the path
See Also