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.Processor.Characteristics.Arm64SocIdSupported property

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

indicates that the processor supports returning a SoC ID value using the SMCCC_ARCH_SOC_ID architectural call, as defined in the Arm SMC Calling Convention Specification v1.2 at https://developer.arm.com/architectures/system-architectures/software-standards/smccc.

Key Composition

Return Value

Type: Boolean

Remarks

3.4+

public static IPropertyKey Arm64SocIdSupported { get; }

See Also