DataSync Configuration
When creating an instance of DataSync, it should receive the following parameters for the correct configuration:
Parameters
Field Name | Type | Description |
|---|---|---|
| string | The randomly generated identifier of the terminal for DataSync |
| object | Contains all necessary information for the DataSync instance |
Config
Field Name | Type | Description |
|---|---|---|
| string | The identifier consisting of the application identifier and the identifier of the site in which the terminal is located |
| string | The name of the terminal consisting of the application identifier and the terminal identifier |
| number | The time of cyclic notification about the status of the terminal, specified in microseconds (ms) |
| string | Marks each User Datagram Protocol (UDP) message |
| array <feed> | A list of feeds that is synchronized between terminals |
| function | A function to store a synchronized entity in the POS-APP database |
| function | A function to find an entity by identifier in the POS-APP database |