Class Bme680HeaterProfileConfig
The heater profile configuration saved on the device.
public class Bme680HeaterProfileConfig
- Inheritance
-
Bme680HeaterProfileConfig
Constructors
Bme680HeaterProfileConfig(Bme680HeaterProfile, ushort, Duration)
Initializes a new instance of the Bme680HeaterProfileConfig class.
public Bme680HeaterProfileConfig(Bme680HeaterProfile profile, ushort heaterResistance, Duration heaterDuration)
Parameters
profile
Bme680HeaterProfileThe used heater profile.
heaterResistance
ushortThe heater resistance in Ohm.
heaterDuration
DurationThe heating duration.
Exceptions
- ArgumentOutOfRangeException
Unknown profile setting used.
Properties
HeaterDuration
Gets or sets heater duration.
public Duration HeaterDuration { get; set; }
Property Value
HeaterProfile
Gets or sets chosen heater profile slot, ranging from 0-9.
public Bme680HeaterProfile HeaterProfile { get; set; }
Property Value
HeaterResistance
Gets or sets heater resistance.
public ushort HeaterResistance { get; set; }