C# Class SensorShare.ReadingsRequest

Data from each of the four sensors
ファイルを表示 Open project: MarkPaxton/SensorShare3 Class Usage Examples

Public Properties

Property Type Description
Minutes int
TimeBinary long

Public Methods

Method 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 method

public ReadingsRequest ( ) : System
return System

ReadingsRequest() public method

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
return System

Property Details

Minutes public_oe property

public int Minutes
return int

TimeBinary public_oe property

public long TimeBinary
return long