C# Class CSharpRoboticsLib.FlowControl.WaitByTime

Will return true after an amount of time has passed
Show file Open project: shockwave4488/CSharpRoboticsLib

Public Methods

Method Description
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

Method Details

Reset() public method

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

WaitByTime() public method

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

WaitByTime() public method

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