iSMBIOS

iSMBIOS is a lightweight implementation that allows us to obtain SMBIOS information. Currently only works on windows

View the Project on GitHub iAJTin/iSMBIOS

DmiProperty.MemoryDeviceMappedAddress.InterleavedDataDepth property

Gets a value representing the key to retrieve the property value.

Maximum number of consecutive rows from the referenced Memory Device that are accessed in a single interleaved transfer. If the device is not part of an interleave, the field contains 0; if the interleave configuration is unknown, the value is FFh.

Key Composition

Return Value

Type: Byte

Remarks

2.1+

public static IPropertyKey InterleavedDataDepth { get; }

See Also