Contents

setTimeoutUS

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

Declaration

virtual IOReturn setTimeoutUS(
 UInt32interval);

Parameters

  • interval:

    Delay from now to wake up, time in microseconds.

Return Value

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

See Also

Miscellaneous