TimerOccurred
Handles timeout-related actions when retrying input report requests.
Declaration
virtual void TimerOccurred(OSAction *action, uint64_t time);Parameters
- action:
The timer action.
- time:
The time.
Discussion
Don’t call this method directly. When the service needs to retry an input request, it delays the start of that request by a short amount of time. This method processes that delay and begins the new request.