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
whoAmI
intThe 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
whoAmI
intThe device identifier to match against serial connections.
firmware
FirmwareMetadataProvides information about the expected device firmware version.