Method Supports
Supports(string, HarpVersion, int)
Returns whether the firmware supports the specified hardware version and board assembly number.
public bool Supports(string deviceName, HarpVersion hardwareVersion, int assemblyVersion = 0)
Parameters
deviceNamestringThe identifier of the device to check for compatibility.
hardwareVersionHarpVersionThe hardware version to check for compatibility.
assemblyVersionintThe optional board assembly version to check for compatibility.
Returns
- bool
true if the firmware supports the specified
hardwareVersionandassemblyVersion; otherwise, false.