C# 클래스 MarsRover.UDPListenerStatistics

파일 보기 프로젝트 열기: jpadillak/Concordia_Capstone2013-14 1 사용 예제들

공개 메소드들

메소드 설명
GetCalculatedRateInBps ( ) : float
GetCalculatedRateInKBps ( ) : float
GetCalculatedRateInMBps ( ) : float
PrintInfo ( ) : void
Start ( ) : void
Stop ( ) : void
UDPListenerStatistics ( UDPListener aListener, int aTimerResolutionMiliSec ) : System

비공개 메소드들

메소드 설명
OnTimedEvent ( object source, System.Timers.ElapsedEventArgs e ) : void

메소드 상세

GetCalculatedRateInBps() 공개 메소드

public GetCalculatedRateInBps ( ) : float
리턴 float

GetCalculatedRateInKBps() 공개 메소드

public GetCalculatedRateInKBps ( ) : float
리턴 float

GetCalculatedRateInMBps() 공개 메소드

public GetCalculatedRateInMBps ( ) : float
리턴 float

PrintInfo() 공개 메소드

public PrintInfo ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

UDPListenerStatistics() 공개 메소드

public UDPListenerStatistics ( UDPListener aListener, int aTimerResolutionMiliSec ) : System
aListener UDPListener
aTimerResolutionMiliSec int
리턴 System