powered by
Restores a sync state from a raw vector previously created by am_sync_state_encode(). This allows continuing a sync session from where it left off.
am_sync_state_encode()
am_sync_state_decode(data)
An am_syncstate object.
am_syncstate
A raw vector containing a serialized sync state
am_sync_state_encode(), am_sync_state()
am_sync_state()
sync_state <- am_sync_state() bytes <- am_sync_state_encode(sync_state) # Restore sync state restored <- am_sync_state_decode(bytes) restored
Run the code above in your browser using DataLab