C# 클래스 Gor.Devices.Humidity_Air_HIH4000

상속: Sensor
파일 보기 프로젝트 열기: gamondue/GOR-4H-16 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Humidity_Air_HIH4000 ( string Name, bool Simulation, Adc_MCP3208 adc, int channel, System.Logger Logger ) : System
Humidity_Air_HIH4000 ( string Name, bool Simulation, Adc_MCP3208 Adc, int Channel, string CalibrationFile, System.Logger Logger ) : System
Initialization ( ) : void
Measure ( ) : List

Value containing all the info about the measurement

Read ( ) : string

Read and convert the value from the ADC

ReadInt ( ) : int

Return the value not converted asreaded from the ADC

메소드 상세

Humidity_Air_HIH4000() 공개 메소드

public Humidity_Air_HIH4000 ( string Name, bool Simulation, Adc_MCP3208 adc, int channel, System.Logger Logger ) : System
Name string
Simulation bool
adc Adc_MCP3208
channel int
Logger System.Logger
리턴 System

Humidity_Air_HIH4000() 공개 메소드

public Humidity_Air_HIH4000 ( string Name, bool Simulation, Adc_MCP3208 Adc, int Channel, string CalibrationFile, System.Logger Logger ) : System
Name string
Simulation bool
Adc Adc_MCP3208
Channel int
CalibrationFile string
Logger System.Logger
리턴 System

Initialization() 공개 메소드

public Initialization ( ) : void
리턴 void

Measure() 공개 메소드

Value containing all the info about the measurement
public Measure ( ) : List
리턴 List

Read() 공개 메소드

Read and convert the value from the ADC
public Read ( ) : string
리턴 string

ReadInt() 공개 메소드

Return the value not converted asreaded from the ADC
public ReadInt ( ) : int
리턴 int