C# Class SensorShare.ReadingsRequest

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

Méthodes publiques

Свойство Type Description
Minutes int
TimeBinary long

Méthodes publiques

Méthode Description
ReadingsRequest ( ) : System
ReadingsRequest ( System.DateTime startTime, int mintesBefore ) : System

Message to request data from server, with start time and timespan in minutes

Method Details

ReadingsRequest() public méthode

public ReadingsRequest ( ) : System
Résultat System

ReadingsRequest() public méthode

Message to request data from server, with start time and timespan in minutes
public ReadingsRequest ( System.DateTime startTime, int mintesBefore ) : System
startTime System.DateTime
mintesBefore int Minutes before time to send readings from
Résultat System

Property Details

Minutes public_oe property

public int Minutes
Résultat int

TimeBinary public_oe property

public long TimeBinary
Résultat long