Contents

setTimeoutMS

Setup a callback at after the delay in milliseconds. See wakeAtTime(AbsoluteTime).

Declaration

virtual IOReturn setTimeoutMS(
 UInt32interval);

Parameters

  • interval:

    Delay from now to wake up, time in milliseconds.

Return Value

kIOReturnSuccess if everything is fine, kIOReturnNoResources if action hasn't been declared.

See Also

Miscellaneous