[][src]Trait libmedium::sensors::LowCrit

pub trait LowCrit: Sensor {
    pub fn read_lcrit(&self) -> Result<Self::Value, Error> { ... }
}

Trait implemented by all sensors that can have a lcrit subfunction.

Provided methods

pub fn read_lcrit(&self) -> Result<Self::Value, Error>[src]

Reads this sensor's lcrit value. Returns an error, if this sensor doesn't support the feature.

Loading content...

Implementors

Loading content...