C# Class Gor.Devices.Temperature_DS1822

Inheritance: Sensor, IDisposable
Show file Open project: gamondue/GOR-4H-16 Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Initialization ( ) : void
Measure ( ) : List
ReadDouble ( ) : double
Temperature_DS1822 ( string Name, bool Simulation, System.Logger Logger ) : System

Costruttore senza ID del sensore, trovato automaticamente dal software Prende il primo termometro che trova

Temperature_DS1822 ( string Name, bool Simulation, string SensorId, System.Logger Logger ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Initialization() public method

public Initialization ( ) : void
return void

Measure() public method

public Measure ( ) : List
return List

ReadDouble() public method

public ReadDouble ( ) : double
return double

Temperature_DS1822() public method

Costruttore senza ID del sensore, trovato automaticamente dal software Prende il primo termometro che trova
public Temperature_DS1822 ( string Name, bool Simulation, System.Logger Logger ) : System
Name string
Simulation bool
Logger System.Logger
return System

Temperature_DS1822() public method

public Temperature_DS1822 ( string Name, bool Simulation, string SensorId, System.Logger Logger ) : System
Name string
Simulation bool
SensorId string
Logger System.Logger
return System