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.RCDManufacturerId property

Gets a value representing the key to retrieve the property.

The RCD Manufacturer ID indicates the manufacturer of the RCD on memory device. This field shall be set to the value of the SPD Registering Clock Driver Manufacturer ID Code. A value of 0000h indicates the RCD Manufacturer ID is unknown

Key Composition

Return Value

Type: UInt16

Remarks

3.7+

public static IPropertyKey RCDManufacturerId { get; }

See Also