Mhz19b Class

Definition

MH-Z19B CO2 concentration sensor binding

public sealed class Mhz19b : IDisposable
[System.Device.Model.Interface("MH-Z19B CO2 concentration sensor binding")]
public sealed class Mhz19b : IDisposable
type Mhz19b = class
    interface IDisposable
[<System.Device.Model.Interface("MH-Z19B CO2 concentration sensor binding")>]
type Mhz19b = class
    interface IDisposable
Public NotInheritable Class Mhz19b
Implements IDisposable
Inheritance
Mhz19b
Attributes
Implements

Constructors

Mhz19b(Stream, Boolean)

Initializes a new instance of the Mhz19b class using an existing (serial port) stream.

Mhz19b(String)

Initializes a new instance of the Mhz19b class and creates a new serial port stream.

Methods

Dispose()

Provides a mechanism for releasing unmanaged resources.

GetCo2Reading()

Gets the current CO2 concentration from the sensor.

PerformSpanPointCalibration(VolumeConcentration)

Initiate a span point calibration.

PerformZeroPointCalibration()

Initiates a zero point calibration.

SetAutomaticBaselineCorrection(AbmState)

Switches the autmatic baseline correction on and off.

SetSensorDetectionRange(DetectionRange)

Set the sensor detection range.

Applies to