FX3ConnectionGetFirmwareVersion Property |
Property which reads the firmware version from the FX3
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic string GetFirmwareVersion { get; }
Public ReadOnly Property GetFirmwareVersion As String
Get
public:
property String^ GetFirmwareVersion {
String^ get ();
}
member GetFirmwareVersion : string with get
Return Value
Type:
StringThe firmware version, as a string
See Also