interface Memory {
    capacity: number;
    frequency: number;
    isEcc: boolean;
    type: string;
}

Properties

capacity: number

Capacity of the memory in bytes.

frequency: number

Frequency of the memory in MHz.

isEcc: boolean

True if the memory is an error-correcting code memory.

type: string

Type of the memory.