[][src]Module nannou_laser::dac

Items related to DACs and DAC detection.

Structs

DetectDacs

An iterator yielding laser DACs available on the system as they are discovered.

DetectDacsAsync

A handle to a non-blocking DAC detection thread.

Enums

DetectedDac

An available DAC detected on the system.

Id

A persistent, unique identifier associated with a DAC (like a MAC address).

Traits

DetectedDacCallback

Callback functions that may be passed to the detect_dacs_async function.