Blink1Device.openBySerial

Opens the device by the given serial number.

class Blink1Device
@trusted static
openBySerial
(
string serial
)

Parameters

serial string

The serial number of the device.

Throws

a Blink1NotFoundException if no device could be found with the given serial number.

Meta