pub struct ProtocolRecord<'a> { /* private fields */ }Expand description
§Protocol Record Data contained within SMBiosManagementControllerHostInterface
Implementations§
Source§impl<'a> ProtocolRecord<'a>
impl<'a> ProtocolRecord<'a>
Sourcepub fn protocol_type(&self) -> Option<HostProtocolTypeData>
pub fn protocol_type(&self) -> Option<HostProtocolTypeData>
Protocol Type
Sourcepub fn protocol_type_specific_data_length(&self) -> Option<u8>
pub fn protocol_type_specific_data_length(&self) -> Option<u8>
Protocol Type Specific Data Length
Sourcepub fn protocol_type_specific_data(&self) -> Option<&[u8]>
pub fn protocol_type_specific_data(&self) -> Option<&[u8]>
Protocol Type Specific Data