Timer wake-up processor of the timer service

The timer wake-up processor is a message flow of the type DNI_TIMER. It monitors a timer database table for expired time conditions and autonomously sends wake-up messages to specified client applications or FTM SWIFT services.

To use the timer wake-up processor an application needs to send a Timer Set request to an FTM SWIFT service that has the DniSetTimer node implemented. (See DniSetTimer node.) This adds an entry to a timer database table.

After a wake-up message was sent to the application or service, this entry will be removed from the timer database table. When a DniCancelTimer node is implemented, the application can also send a Timer Cancel request to an FTM SWIFT service which removes the entry from the timer database service. (See DniCancelTimer node.) For information about using the timer service, see Timer service.