rebooted property

  1. @TagNumber(8)
bool get rebooted

Sent to tell clients the radio has just rebooted. Set to true if present. Not used on all transports, currently just used for the serial console. NOTE: This ID must not change - to keep (minimal) compatibility with <1.2 version of android apps.

Implementation

@$pb.TagNumber(8)
$core.bool get rebooted => $_getBF(7);
  1. @TagNumber(8)
set rebooted (bool value)

Implementation

@$pb.TagNumber(8)
set rebooted($core.bool value) => $_setBool(7, value);