calibrate property

  1. @TagNumber(8)
bool calibrate

High level commands

Implementation

@$pb.TagNumber(8)
$core.bool get calibrate => $_getBF(7);
  1. @TagNumber(8)
void calibrate=(bool v)

Implementation

@$pb.TagNumber(8)
set calibrate($core.bool v) { $_setBool(7, v); }