qhexrtSupported property
True iff hexagon_arch is in the device-validated QHexRT-supported set (v75, v79, or v81 today).
Implementation
@$pb.TagNumber(4)
$core.bool get qhexrtSupported => $_getBF(3);
Implementation
@$pb.TagNumber(4)
set qhexrtSupported($core.bool value) => $_setBool(3, value);