C# 클래스 ClientApp.Communication

파일 보기 프로젝트 열기: projectgroepA1/ProjectgroepA1 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
port System.IO.Ports.SerialPort

공개 메소드들

메소드 설명
Communication ( string com ) : System
sendCommand ( string command ) : void

비공개 메소드들

메소드 설명
dataAsker ( ) : void
port_DataReceived ( object sender, System.IO.Ports.SerialDataReceivedEventArgs e ) : void

메소드 상세

Communication() 공개 메소드

public Communication ( string com ) : System
com string
리턴 System

sendCommand() 공개 메소드

public sendCommand ( string command ) : void
command string
리턴 void

프로퍼티 상세

port 공개적으로 프로퍼티

public SerialPort,System.IO.Ports port
리턴 System.IO.Ports.SerialPort