alertBell property

  1. @TagNumber(6)
bool get alertBell

True: Alert when the bell character is received (output)

Implementation

@$pb.TagNumber(6)
$core.bool get alertBell => $_getBF(5);
  1. @TagNumber(6)
set alertBell (bool value)

Implementation

@$pb.TagNumber(6)
set alertBell($core.bool value) => $_setBool(5, value);