Enumerations SyncMode - ThorstenBrach/SRCI GitHub Wiki
Enum-Item | Value | Description |
---|---|---|
NO_SYNCHRONIZATION |
0 |
No synchronization will be executed. |
CLIENT_TO_SERVER |
1 |
Server data will be overwritten immediately by client data. |
SERVER_TO_CLIENT |
2 |
Client data will be overwritten immediately by server data. |
AUTOMATIC |
3 |
Server or client data will be overwritten immediately by changed data. |