alertBellBuzzer property
True: Alert when the bell character is received (output_buzzer)
Implementation
@$pb.TagNumber(13)
$core.bool get alertBellBuzzer => $_getBF(12);
Implementation
@$pb.TagNumber(13)
set alertBellBuzzer($core.bool value) => $_setBool(12, value);