Show / Hide Table of Contents

    Class Bme680HeaterProfileConfig

    The heater profile configuration saved on the device.

    Inheritance
    Object
    Bme680HeaterProfileConfig
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Iot.Device.Bmxx80
    Assembly: Iot.Device.Bmxx80.dll
    Syntax
    public class Bme680HeaterProfileConfig

    Constructors

    | Improve this Doc View Source

    Bme680HeaterProfileConfig(Bme680HeaterProfile, UInt16, Duration)

    Initializes a new instance of the Bme680HeaterProfileConfig class.

    Declaration
    public Bme680HeaterProfileConfig(Bme680HeaterProfile profile, ushort heaterResistance, Duration heaterDuration)
    Parameters
    Type Name Description
    Bme680HeaterProfile profile

    The used heater profile.

    UInt16 heaterResistance

    The heater resistance in Ohm.

    UnitsNet.Duration heaterDuration

    The heating duration.

    Exceptions
    Type Condition
    ArgumentOutOfRangeException

    Unknown profile setting used.

    Properties

    | Improve this Doc View Source

    HeaterDuration

    Gets or sets heater duration.

    Declaration
    public Duration HeaterDuration { get; set; }
    Property Value
    Type Description
    UnitsNet.Duration
    | Improve this Doc View Source

    HeaterProfile

    Gets or sets chosen heater profile slot, ranging from 0-9.

    Declaration
    public Bme680HeaterProfile HeaterProfile { get; set; }
    Property Value
    Type Description
    Bme680HeaterProfile
    | Improve this Doc View Source

    HeaterResistance

    Gets or sets heater resistance.

    Declaration
    public ushort HeaterResistance { get; set; }
    Property Value
    Type Description
    UInt16
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018 nanoFramework Contributors
    Generated by DocFX