pub struct SMBiosIpmiDeviceInformation<'a> { /* private fields */ }
Expand description
§IPMI Device Information (Type 38)
The information in this structure defines the attributes of an Intelligent Platform Management Interface (IPMI) Baseboard Management Controller (BMC).
Compliant with: DMTF SMBIOS Reference Specification 3.4.0 (DSP0134) Document Date: 2020-07-17
Implementations§
Source§impl<'a> SMBiosIpmiDeviceInformation<'a>
impl<'a> SMBiosIpmiDeviceInformation<'a>
Sourcepub fn interface_type(&self) -> Option<IpmiInterfaceTypeData>
pub fn interface_type(&self) -> Option<IpmiInterfaceTypeData>
Baseboard Management Controller (BMC) interface type.
Sourcepub fn ipmi_specification_revision(&self) -> Option<u8>
pub fn ipmi_specification_revision(&self) -> Option<u8>
IPMI specification revision, in BCD format, to which the BMC was designed
Sourcepub fn i2c_target_address(&self) -> Option<u8>
pub fn i2c_target_address(&self) -> Option<u8>
Slave address on the I2C bus of this BMC
Sourcepub fn nvstorage_device_address(&self) -> Option<u8>
pub fn nvstorage_device_address(&self) -> Option<u8>
Bus ID of the NV storage device.
If no storage device exists for this BMC, the field is set to 0FFh.
Sourcepub fn base_address(&self) -> Option<u64>
pub fn base_address(&self) -> Option<u64>
Base address (either memory-mapped or I/O) of the BMC
If the least-significant bit of the field is a 1, the address is in I/O space; otherwise, the address is memory-mapped. Refer to the IPMI Interface Specification for usage details.
Sourcepub fn base_address_modifier(&self) -> Option<BaseAddressModifier>
pub fn base_address_modifier(&self) -> Option<BaseAddressModifier>
Base Address Modifier and Interrupt Info
Sourcepub fn interrupt_number(&self) -> Option<u8>
pub fn interrupt_number(&self) -> Option<u8>
Interrupt number for IPMI System Interface
00h = unspecified/unsupported