C# 클래스 PHmiIoDevice.Melsec.Implementation.FxCom

상속: FxBase
파일 보기 프로젝트 열기: phmi/phmi

공개 메소드들

메소드 설명
Dispose ( ) : void
FxCom ( SerialPort port, int timeout, int messageEndTimeout ) : System.Collections.Generic
Open ( ) : void

보호된 메소드들

메소드 설명
Read ( int length ) : IList
Write ( byte message ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FxCom() 공개 메소드

public FxCom ( SerialPort port, int timeout, int messageEndTimeout ) : System.Collections.Generic
port System.IO.Ports.SerialPort
timeout int
messageEndTimeout int
리턴 System.Collections.Generic

Open() 공개 메소드

public Open ( ) : void
리턴 void

Read() 보호된 메소드

protected Read ( int length ) : IList
length int
리턴 IList

Write() 보호된 메소드

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