Point of sale template software module

Point of sale template software module

New parameters have been added to the closed parameters of the Point of sale template software module:

  • DeviceConnectTimeout – device connection wait time in milliseconds. Possible values: 1000 and higher. The default value is 10000 (10 seconds).

    DeviceConnectTimeout = 10000
    
  • DeviceDisconnectTimeout – length of inactive time after which the device will shut down (in milliseconds). Possible values: 60000 and higher. The default value is 300000 (5 minutes).

    DeviceDisconnectTimeout = 300000
    

Based on this software module, new modules for POS terminals and PDA servers have been created. By using the DeviceConnectTimeout and DeviceDisconnectTimeout closed parameters, users can choose the desired amount of time a device should wait for connection and/or be inactive before shutting down.