dm_sync_set Subroutine

public pure elemental subroutine dm_sync_set(sync, type, id, timestamp, code, attempts)

Arguments

Type IntentOptional Attributes Name
type(sync_type), intent(inout) :: sync

Sync type.

integer, intent(in), optional :: type

Sync data type.

character(len=*), intent(in), optional :: id

Sync data id.

character(len=TIME_LEN), intent(in), optional :: timestamp

Timestamp of last synchronisation attempt.

integer, intent(in), optional :: code

HTTP response code of DMPACK server.

integer, intent(in), optional :: attempts

Number of (unsuccessful) attempts to transfer.