Create an asynchronous timer set on a specified interval. When the event is fired, the rx_handler will receive the event.
The named parameters
The interval the timer protocol will fire a CTimerEvent.
Identification for the protocol.
The receive handler for processing the event.
// TBD Copy
// TBD
Create an asynchronous timer set on a specified interval. When the event is fired, the rx_handler will receive the event.