C# 클래스 SensorShare.ReadingsRequest

Data from each of the four sensors
파일 보기 프로젝트 열기: MarkPaxton/SensorShare3 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Minutes int
TimeBinary long

공개 메소드들

메소드 설명
ReadingsRequest ( ) : System
ReadingsRequest ( System.DateTime startTime, int mintesBefore ) : System

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

메소드 상세

ReadingsRequest() 공개 메소드

public ReadingsRequest ( ) : System
리턴 System

ReadingsRequest() 공개 메소드

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
리턴 System

프로퍼티 상세

Minutes 공개적으로 프로퍼티

public int Minutes
리턴 int

TimeBinary 공개적으로 프로퍼티

public long TimeBinary
리턴 long