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.IpmiDevice class

Contains the key definitions available for a type 038 [IpmiDevice Information] structure.

public static class IpmiDevice

Public Members

name description
static BaseAddress { get; } Gets a value representing the key to retrieve the property value.
static I2CSlaveAddress { get; } Gets a value representing the key to retrieve the property value.
static InterfaceType { get; } Gets a value representing the key to retrieve the property value.
static InterruptNumber { get; } Gets a value representing the key to retrieve the property value.
static NVStorageDeviceAddress { get; } Gets a value representing the key to retrieve the property value.
static SpecificationRevision { get; } Gets a value representing the key to retrieve the property value.
static class BaseAdressModifier Contains the key definition for the Base Adress Modifier section.
static class Interrupt Definition of keys for the ‘Interrupt’ section.

See Also