exitSimulator property

  1. @TagNumber(96)
bool get exitSimulator

This message is only supported for the simulator Portduino build. If received the simulator will exit successfully.

Implementation

@$pb.TagNumber(96)
$core.bool get exitSimulator => $_getBF(49);
  1. @TagNumber(96)
set exitSimulator (bool value)

Implementation

@$pb.TagNumber(96)
set exitSimulator($core.bool value) => $_setBool(49, value);