C# Class CSharpRoboticsLib.FlowControl.WaitByTime

Will return true after an amount of time has passed
Afficher le fichier Open project: shockwave4488/CSharpRoboticsLib

Méthodes publiques

Méthode 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 méthode

Reset the timer to the time span specified by WaitTimeMilliseconds
public Reset ( ) : void
Résultat void

WaitByTime() public méthode

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

WaitByTime() public méthode

constructs a new instance of WaitByTime
public WaitByTime ( int milliseconds ) : System
milliseconds int
Résultat System