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:
Initializes the timer with an owner, and a handler to call when the timeout expires.
virtual bool init(
OSObject *owner,
Action action = 0);