Table of Contents

Method Supports

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

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 string

The identifier of the device to check for compatibility.

hardwareVersion HarpVersion

The hardware version to check for compatibility.

assemblyVersion int

The optional board assembly version to check for compatibility.

Returns

bool

true if the firmware supports the specified hardwareVersion and assemblyVersion; otherwise, false.