pub struct VoltageProbeLocationAndStatus {
pub raw: u8,
}Expand description
§Voltage Probe Location and Status
Fields§
§raw: u8Raw value
Implementations§
Source§impl VoltageProbeLocationAndStatus
impl VoltageProbeLocationAndStatus
Sourcepub fn location(&self) -> VoltageProbeLocation
pub fn location(&self) -> VoltageProbeLocation
Voltage Probe Location
Sourcepub fn status(&self) -> VoltageProbeStatus
pub fn status(&self) -> VoltageProbeStatus
Voltage Probe Status