PlusROM SavePlus backend

API Functions

  1. Save Data (returns status byte. 0: OK, 4: No payload in save request)
  2. Load Data (returns the data, or "3" if no data is available for the user)
  3. Get entry age (returns the age of the user data in seconds, or status 3 "Unknown SavePlus Id in request")
  4. Delete Data (returns status byte. 0: OK, 3: No user data in database)
  5. Get Unix Epoch timestamp (Returns the number of seconds elapsed since the start of the Unix epoch (January 1, 1970 00:00:00 GMT) up to now. Highest to lowest byte currently 4 bytes)

API Response status codes

  1. OK
  2. Unknow function request
  3. Too few parameters
  4. SavePlus/User Id not found
  5. Payload in save settings request is less than 2 bytes