Go to the source code of this file.
◆ OFXHOME
◆ OfxHome_free()
Release the OFX data cache (this doesn't remove the files from the data folder)
- Parameters
-
ofh | pointer to the OFX data cache object to release |
◆ OfxHome_GetData()
Returns information about the server of the given id. If this data is already in the data folder and is reasonably new it will be loaded. Otherwise it will be downloaded from "www.ofxhome.com" and saved for later reference.
- Parameters
-
ofh | pointer to the OFX data cache object |
fid | id of the server for which information is to be retrieved (this id can only be taken from a server spec retrieved via OfxHome_GetSpecs). |
- Returns
- pointer to the list of server specs (or NULL on error)
◆ OfxHome_GetSpecs()
Returns a list of server specs (containing name and id). If there already is a list in the data folder and it is reasonably new it will be loaded. Otherwise the list is downloaded from "www.ofxhome.com" and saved for later reference.
- Parameters
-
ofh | pointer to the OFX data cache object |
- Returns
- pointer to the list of server specs (or NULL on error)
◆ OfxHome_new()
Creates an OFX data cache for www.ofxhome.com.
- Parameters
-