C# 클래스 SensorShare.SensorReadings

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

공개 메소드들

메소드 설명
Reading ( int i ) : Double
SensorReadings ( ) : System
SensorReadings ( System.Guid server_id, Double reading1, Double reading2, Double reading3, Double reading4, System.DateTime time ) : System

메소드 상세

Reading() 공개 메소드

public Reading ( int i ) : Double
i int
리턴 Double

SensorReadings() 공개 메소드

public SensorReadings ( ) : System
리턴 System

SensorReadings() 공개 메소드

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