C# Class SensorShare.SensorReadings

Data from each of the four sensors
Inheritance: ISensorReadings
Afficher le fichier Open project: MarkPaxton/SensorShare3 Class Usage Examples

Méthodes publiques

Méthode Description
Reading ( int i ) : Double
SensorReadings ( ) : System
SensorReadings ( System.Guid server_id, Double reading1, Double reading2, Double reading3, Double reading4, System.DateTime time ) : System

Method Details

Reading() public méthode

public Reading ( int i ) : Double
i int
Résultat Double

SensorReadings() public méthode

public SensorReadings ( ) : System
Résultat System

SensorReadings() public méthode

public SensorReadings ( System.Guid server_id, Double reading1, Double reading2, Double reading3, Double reading4, System.DateTime time ) : System
server_id System.Guid
reading1 Double Reading from sensor 1
reading2 Double Reading from sensor 2
reading3 Double Reading from sensor 3
reading4 Double Reading from sensor 4
time System.DateTime Time readings were taken
Résultat System