hardwareProfile property

  1. @TagNumber.new(2)
HardwareProfile get hardwareProfile

Optional cached hardware profile from the platform adapter. If unset, commons will read whatever it has cached internally; the RAM/storage values below remain authoritative for the verdict.

Implementation

@$pb.TagNumber(2)
$1.HardwareProfile get hardwareProfile => $_getN(1);
  1. @TagNumber.new(2)
set hardwareProfile (HardwareProfile value)

Implementation

@$pb.TagNumber(2)
set hardwareProfile($1.HardwareProfile value) => $_setField(2, value);