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