Contents

init

Initializes the timer with an owner, and a handler to call when the timeout expires.

Declaration

virtual bool init(
 OSObject *owner,
 Action action = 0);

Parameters

  • owner:
  • action:

See Also

Miscellaneous