C# 클래스 CSharpRoboticsLib.FlowControl.WaitByTime

Will return true after an amount of time has passed
파일 보기 프로젝트 열기: shockwave4488/CSharpRoboticsLib

공개 메소드들

메소드 설명
Reset ( ) : void

Reset the timer to the time span specified by WaitTimeMilliseconds

WaitByTime ( double seconds ) : System

constructs a new instance of WaitByTime

WaitByTime ( int milliseconds ) : System

constructs a new instance of WaitByTime

메소드 상세

Reset() 공개 메소드

Reset the timer to the time span specified by WaitTimeMilliseconds
public Reset ( ) : void
리턴 void

WaitByTime() 공개 메소드

constructs a new instance of WaitByTime
public WaitByTime ( double seconds ) : System
seconds double Wait time in seconds
리턴 System

WaitByTime() 공개 메소드

constructs a new instance of WaitByTime
public WaitByTime ( int milliseconds ) : System
milliseconds int
리턴 System