availableRamBytes property
- @TagNumber.new(3)
Available RAM in bytes (from device probe). 0 = unknown — commons will treat the requirement as satisfied.
Implementation
@$pb.TagNumber(3)
$fixnum.Int64 get availableRamBytes => $_getI64(2);
- @TagNumber.new(3)
Implementation
@$pb.TagNumber(3)
set availableRamBytes($fixnum.Int64 value) => $_setInt64(2, value);