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
deviceName
stringThe identifier of the device to check for compatibility.
hardwareVersion
HarpVersionThe hardware version to check for compatibility.
assemblyVersion
intThe optional board assembly version to check for compatibility.
Returns
- bool
true if the firmware supports the specified
hardwareVersion
andassemblyVersion
; otherwise, false.