Returns node synchronisation data (oldest not transmitted node).
The function returns the following error codes:
E_DB_NO_ROWS
if no rows are returned.E_DB_PREPARE
if statement preparation failed.Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(db_type), | intent(inout) | :: | db |
Database type. |
||
type(sync_type), | intent(out) | :: | sync |
Returned sync data. |