FX3BoardFirmwareVersion Property |
Read-only property to get the current application firmware version on the FX3
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic string FirmwareVersion { get; }
Public ReadOnly Property FirmwareVersion As String
Get
public:
property String^ FirmwareVersion {
String^ get ();
}
member FirmwareVersion : string with get
Return Value
Type:
StringThe firmware version, as a string
See Also