C# 클래스 DAQ.HAL.RS232Instrument

상속: Instrument
파일 보기 프로젝트 열기: ColdMatter/EDMSuite

보호된 프로퍼티들

프로퍼티 타입 설명
address string
connected bool
serial SerialSession

공개 메소드들

메소드 설명
Connect ( ) : void
Disconnect ( ) : void
RS232Instrument ( String visaAddress ) : System

보호된 메소드들

메소드 설명
Clear ( ) : void
Connect ( SerialTerminationMethod method ) : void
Query ( string q ) : string
QueryDouble ( string q ) : double
Read ( ) : string
Read ( int bytes ) : string
Write ( byte command ) : void
Write ( string command ) : void

메소드 상세

Clear() 보호된 메소드

protected Clear ( ) : void
리턴 void

Connect() 공개 메소드

public Connect ( ) : void
리턴 void

Connect() 보호된 메소드

protected Connect ( SerialTerminationMethod method ) : void
method SerialTerminationMethod
리턴 void

Disconnect() 공개 메소드

public Disconnect ( ) : void
리턴 void

Query() 보호된 메소드

protected Query ( string q ) : string
q string
리턴 string

QueryDouble() 보호된 메소드

protected QueryDouble ( string q ) : double
q string
리턴 double

RS232Instrument() 공개 메소드

public RS232Instrument ( String visaAddress ) : System
visaAddress String
리턴 System

Read() 보호된 메소드

protected Read ( ) : string
리턴 string

Read() 보호된 메소드

protected Read ( int bytes ) : string
bytes int
리턴 string

Write() 보호된 메소드

protected Write ( byte command ) : void
command byte
리턴 void

Write() 보호된 메소드

protected Write ( string command ) : void
command string
리턴 void

프로퍼티 상세

address 보호되어 있는 프로퍼티

protected string address
리턴 string

connected 보호되어 있는 프로퍼티

protected bool connected
리턴 bool

serial 보호되어 있는 프로퍼티

protected SerialSession serial
리턴 SerialSession