allowUndefinedPinAccess property

  1. @TagNumber(2)
bool get allowUndefinedPinAccess

Whether the Module allows consumers to read / write to pins not defined in available_pins

Implementation

@$pb.TagNumber(2)
$core.bool get allowUndefinedPinAccess => $_getBF(1);
  1. @TagNumber(2)
set allowUndefinedPinAccess (bool value)

Implementation

@$pb.TagNumber(2)
set allowUndefinedPinAccess($core.bool value) => $_setBool(1, value);