buzzer property

bool get buzzer

Indicates whether buzzer feedback is enabled.

When true, the scanner will emit a sound (buzzer) as a form of feedback when executing commands. Default value is true.

Implementation

bool get buzzer => _buzzer;