Constructor Device
Device()
Initializes a new instance of the Device class.
public Device()
Device(int)
Initializes a new instance of the Device class accepting connections only from Harp devices with the specified identifier.
public Device(int whoAmI)
Parameters
whoAmIintThe device identifier to match against serial connections.
Device(int, FirmwareMetadata)
Initializes a new instance of the Device class accepting connections only from Harp devices with the specified identifier and firmware version.
public Device(int whoAmI, FirmwareMetadata firmware)
Parameters
whoAmIintThe device identifier to match against serial connections.
firmwareFirmwareMetadataProvides information about the expected device firmware version.