Blink1Device.openByIndex

Opens the device by the given index.

class Blink1Device
@trusted static
openByIndex
(
uint index
)

Parameters

index uint

The index of the device. It should range from 0 to blink1_max_devices.

Throws

a Blink1NotFoundException if no device could be found with the given index;

See Also

connectedDeviceCount

Meta