FMIceLinkITimeoutTimer Protocol Reference
| Declared in | FMIceLinkITimeoutTimer.h |
|---|
– startWithTimeout:
required method
Starts the timer.
- (void)startWithTimeout:(int)timeoutParameters
timeout |
The timeout length, in milliseconds. |
|---|
Discussion
Starts the timer.
Declared In
FMIceLinkITimeoutTimer.h
– stop
required method
Stops the timer, notifying the calling code if the timeout has already elapsed.
- (bool)stopReturn Value
true if the timer was successfully stopped in time; false if the timeout elapsed and the timeout callback has been invoked.
Discussion
Stops the timer, notifying the calling code if the timeout has already elapsed.
Declared In
FMIceLinkITimeoutTimer.h