exitSimulator property
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);
Implementation
@$pb.TagNumber(96)
set exitSimulator($core.bool value) => $_setBool(49, value);