Method | Description | |
---|---|---|
Abort ( ) : void | ||
MicroTimer ( ) : System | ||
MicroTimer ( long timerIntervalInMicroseconds ) : System | ||
Start ( ) : void | ||
Stop ( ) : void | ||
StopAndWait ( int timeoutInMilliSec ) : bool | ||
StopAndWait ( ) : void |
Method | Description | |
---|---|---|
NotificationTimer ( long &timerIntervalInMicroSec, long &ignoreEventIfLateBy, bool &stopTimer ) : void |
public MicroTimer ( long timerIntervalInMicroseconds ) : System | ||
timerIntervalInMicroseconds | long | |
return | System |
public StopAndWait ( int timeoutInMilliSec ) : bool | ||
timeoutInMilliSec | int | |
return | bool |