C# 클래스 Robot.CommunicationObject

상속: ISender, IDisposable
파일 보기 프로젝트 열기: evilmachina/theMachine

공개 메소드들

메소드 설명
CommunicationObject ( string comPortName ) : System
Dispose ( ) : void
Open ( ) : void
Send ( byte bytes ) : void

비공개 메소드들

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

메소드 상세

CommunicationObject() 공개 메소드

public CommunicationObject ( string comPortName ) : System
comPortName string
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Open() 공개 메소드

public Open ( ) : void
리턴 void

Send() 공개 메소드

public Send ( byte bytes ) : void
bytes byte
리턴 void