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

Gets a value representing the key to retrieve the property.

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

Key Composition

Return Value

Type: UInt16

Remarks

3.7+

public static IPropertyKey PMIC0RevisionNumber { get; }

See Also