C# Class Gor.Devices.Humidity_Air_HIH4000

Inheritance: Sensor
Afficher le fichier Open project: gamondue/GOR-4H-16 Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Humidity_Air_HIH4000 ( string Name, bool Simulation, Adc_MCP3208 adc, int channel, System.Logger Logger ) : System
Humidity_Air_HIH4000 ( string Name, bool Simulation, Adc_MCP3208 Adc, int Channel, string CalibrationFile, System.Logger Logger ) : System
Initialization ( ) : void
Measure ( ) : List

Value containing all the info about the measurement

Read ( ) : string

Read and convert the value from the ADC

ReadInt ( ) : int

Return the value not converted asreaded from the ADC

Method Details

Humidity_Air_HIH4000() public méthode

public Humidity_Air_HIH4000 ( string Name, bool Simulation, Adc_MCP3208 adc, int channel, System.Logger Logger ) : System
Name string
Simulation bool
adc Adc_MCP3208
channel int
Logger System.Logger
Résultat System

Humidity_Air_HIH4000() public méthode

public Humidity_Air_HIH4000 ( string Name, bool Simulation, Adc_MCP3208 Adc, int Channel, string CalibrationFile, System.Logger Logger ) : System
Name string
Simulation bool
Adc Adc_MCP3208
Channel int
CalibrationFile string
Logger System.Logger
Résultat System

Initialization() public méthode

public Initialization ( ) : void
Résultat void

Measure() public méthode

Value containing all the info about the measurement
public Measure ( ) : List
Résultat List

Read() public méthode

Read and convert the value from the ADC
public Read ( ) : string
Résultat string

ReadInt() public méthode

Return the value not converted asreaded from the ADC
public ReadInt ( ) : int
Résultat int