active property
IF this is true, the 'output' Pin will be pulled active high, false means active low.
Implementation
@$pb.TagNumber(4)
$core.bool get active => $_getBF(3);
Implementation
@$pb.TagNumber(4)
set active($core.bool value) => $_setBool(3, value);