The component KEYBOARDSCANNERMULTISCAN is based on the component KEYBOARDSCANNER.

The following functions is added on top:

The component registers a keyboard scan on client side - and does not send this to the server-side immediately. But it waits a certain duration of time if there is a subsequent scan event that directly follows. If so, it collects the scanned values and sends them in one round-trip to the server side.

There are two duration that you have to carefully select: 

1. Attribute EVENTDELAY is (as in nromal KEYBOARDSCANNER component) the duration the component waits for the end of keyboards events that are fired from the scanner. This is by default a relatively short duration.

2. Attribute MULTSCANDELAY is the duration the component waits for subsequent events after having received a scan event.