pub struct SMBiosManagementControllerHostInterface<'a> { /* private fields */ }
Expand description
§Management Controller Host Interface (Type 42)
The information in this structure defines the attributes of a Management Controller Host Interface that is not discoverable by “Plug and Play” mechanisms. The Type 42 structure can be used to describe a physical management controller host interface and one or more protocols that share that interface.
Compliant with: DMTF SMBIOS Reference Specification 3.4.0 (DSP0134) Document Date: 2020-07-17
In SMBIOS 3.2, a Change Request is applied to this structure to add the missing information that is needed to parse the structure completely. The addition of the Interface Type Specific Data Length field may cause parser (prior to SMBIOS 3.2) compatibility issue when Interface Type = OEM. Prior to SMBIOS 3.2, when Interface Type = OEM, the first four bytes following the Interface Type field is the IANA-assigned vendor ID.
Implementations§
Source§impl<'a> SMBiosManagementControllerHostInterface<'a>
impl<'a> SMBiosManagementControllerHostInterface<'a>
Sourcepub fn interface_type(&self) -> Option<HostInterfaceTypeData>
pub fn interface_type(&self) -> Option<HostInterfaceTypeData>
Management Controller Interface Type
Sourcepub fn interface_type_specific_data_length(&self) -> Option<u8>
pub fn interface_type_specific_data_length(&self) -> Option<u8>
Interface Type Specific Data Length
Sourcepub fn interface_type_specific_data(&self) -> Option<&[u8]>
pub fn interface_type_specific_data(&self) -> Option<&[u8]>
Management Controller Host Interface Data as specified by the Interface Type
This field has a minimum of four bytes.
If interface type = OEM, the first four bytes are the vendor ID (MSB first), as assigned by the Internet Assigned Numbers Authority (IANA).
This format uses the “Enterprise Number” that is assigned and maintained by IANA (www.iana.org) as the means of identifying a particular vendor, company, or organization.
Sourcepub fn number_of_protocol_records(&self) -> Option<u8>
pub fn number_of_protocol_records(&self) -> Option<u8>
X number of Protocol Records for this Host Interface Type
Sourcepub fn protocol_record_iterator(&self) -> ProtocolRecordIterator<'_> ⓘ
pub fn protocol_record_iterator(&self) -> ProtocolRecordIterator<'_> ⓘ
Protocol Records