alertBell property
True: Alert when the bell character is received (output)
Implementation
@$pb.TagNumber(6)
$core.bool get alertBell => $_getBF(5);
Implementation
@$pb.TagNumber(6)
set alertBell($core.bool value) => $_setBool(5, value);
True: Alert when the bell character is received (output)
@$pb.TagNumber(6)
$core.bool get alertBell => $_getBF(5);
@$pb.TagNumber(6)
set alertBell($core.bool value) => $_setBool(5, value);