Class Memory
Information about the SBC's memory (RAM)
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public class Memory : ModelObject, IModelObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChanging
Properties
Available
Available memory (in bytes)
Declaration
public long? Available { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Total
Total memory (in bytes)
Declaration
public long? Total { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |