C# Class OSAE.Tellstick.Tellstick.sensor

Afficher le fichier Open project: opensourceautomation/Open-Source-Automation

Méthodes publiques

Свойство Type Description
numberHum int
numberTemp int
sumHum float
sumTemp float

Méthodes publiques

Méthode Description
addValue ( int devId, float value, int dataType ) : void
getAvg ( int devId, int dataType ) : float
getAvgReset ( int devId, int dataType ) : float
sensor ( ) : System

Method Details

addValue() public méthode

public addValue ( int devId, float value, int dataType ) : void
devId int
value float
dataType int
Résultat void

getAvg() public méthode

public getAvg ( int devId, int dataType ) : float
devId int
dataType int
Résultat float

getAvgReset() public méthode

public getAvgReset ( int devId, int dataType ) : float
devId int
dataType int
Résultat float

sensor() public méthode

public sensor ( ) : System
Résultat System

Property Details

numberHum public_oe property

public int numberHum
Résultat int

numberTemp public_oe property

public int numberTemp
Résultat int

sumHum public_oe property

public float sumHum
Résultat float

sumTemp public_oe property

public float sumTemp
Résultat float