positionReporting property
Returns true if the motor supports reporting its position
Implementation
@$pb.TagNumber(1)
$core.bool get positionReporting => $_getBF(0);
Implementation
@$pb.TagNumber(1)
set positionReporting($core.bool v) { $_setBool(0, v); }