FX3BoardBootloaderVersion Property |
Get the FX3 bootloader version. This is a second stage bootloader which is stored on the I2C EEPROM
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic string BootloaderVersion { get; }
Public ReadOnly Property BootloaderVersion As String
Get
public:
property String^ BootloaderVersion {
String^ get ();
}
member BootloaderVersion : string with get
Return Value
Type:
StringThe bootloader version, as a string
See Also