<< Previous | Next >>

IntervalMs

int IntervalMs( long ms );

Description

Similar to DelayMs but provides a periodic delay based on the time from the previous call. Intended for use with waitfor.

Parameters

ms
The number of milliseconds to wait.

Return value

0: Not finished.
1: Delay has expired.

Library

COSTATE.LIB


Dynamic C Functions << Previous | Next >> rabbit.com