C# 클래스 ControleRobo.RobotControl

파일 보기 프로젝트 열기: roboime/legacy-roboime 1 사용 예제들

공개 메소드들

메소드 설명
StartCommunication ( bool realTransmitter ) : void
TxSendReceive ( object sender, System.Timers.ElapsedEventArgs e ) : void
UDPSend ( object sender, System.Timers.ElapsedEventArgs e ) : void

비공개 메소드들

메소드 설명
Main ( string args ) : void

메소드 상세

StartCommunication() 공개 메소드

public StartCommunication ( bool realTransmitter ) : void
realTransmitter bool
리턴 void

TxSendReceive() 공개 메소드

public TxSendReceive ( object sender, System.Timers.ElapsedEventArgs e ) : void
sender object
e System.Timers.ElapsedEventArgs
리턴 void

UDPSend() 공개 메소드

public UDPSend ( object sender, System.Timers.ElapsedEventArgs e ) : void
sender object
e System.Timers.ElapsedEventArgs
리턴 void