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.MemoryDevice.RCDRevisionNumber property

Gets a value representing the key to retrieve the property.

The RCD Revision Number indicates the revision of the RCD on memory device. This field shall be set to the value of the SPD Register Revision Number. A value of FF00h indicates the RCD Revision Number is unknown.

Key Composition

Return Value

Type: UInt16

Remarks

3.7+

public static IPropertyKey RCDRevisionNumber { get; }

See Also