pub struct SMBiosVoltageProbe<'a> { /* private fields */ }
Expand description
§Voltage Probe (Type 26)
This describes the attributes for a voltage probe in the system. Each structure describes a single voltage probe.
NOTE This structure type was added in version 2.2 of this specification.
Implementations§
Source§impl<'a> SMBiosVoltageProbe<'a>
impl<'a> SMBiosVoltageProbe<'a>
Sourcepub fn description(&self) -> SMBiosString
pub fn description(&self) -> SMBiosString
Description
Additional descriptive information about the probe or its location
Sourcepub fn location_and_status(&self) -> Option<VoltageProbeLocationAndStatus>
pub fn location_and_status(&self) -> Option<VoltageProbeLocationAndStatus>
Location and status bit-field
Probe’s physical location and status of the voltage monitored by this voltage probe
Sourcepub fn maximum_value(&self) -> Option<ProbeVoltage>
pub fn maximum_value(&self) -> Option<ProbeVoltage>
Maximum value
Maximum voltage level readable by this probe, in millivolts
Sourcepub fn minimum_value(&self) -> Option<ProbeVoltage>
pub fn minimum_value(&self) -> Option<ProbeVoltage>
Minimum value
Minimum voltage level readable by this probe, in millivolts
Sourcepub fn resolution(&self) -> Option<VoltageProbeResolution>
pub fn resolution(&self) -> Option<VoltageProbeResolution>
Resolution
Resolution for the probe’s reading, in tenths of millivolts
Sourcepub fn tolerance(&self) -> Option<ProbeVoltage>
pub fn tolerance(&self) -> Option<ProbeVoltage>
Tolerance
Tolerance for reading from this probe, in plus/minus millivolts
Sourcepub fn accuracy(&self) -> Option<VoltageProbeAccuracy>
pub fn accuracy(&self) -> Option<VoltageProbeAccuracy>
Accuracy
Accuracy for reading from this probe, in plus/minus 1/100th of a percent
Sourcepub fn oem_defined(&self) -> Option<u32>
pub fn oem_defined(&self) -> Option<u32>
OEM defined
OEM- or BIOS vendor-specific information.
Sourcepub fn nominal_value(&self) -> Option<ProbeVoltage>
pub fn nominal_value(&self) -> Option<ProbeVoltage>
Nominal value
Nominal value for the probe’s reading in millivolts This field is present in the structure only if the structure’s length is larger than 14h.