Changes between Version 36 and Version 37 of GuiRpc
- Timestamp:
- Aug 15, 2013, 9:40:31 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GuiRpc
v36 v37 12 12 13 13 * BOINC has a C++ binding, consisting of the GUI_RPC class. 14 The interface is in [source:boinc /lib/gui_rpc_client.h lib/gui_rpc_client.h],15 and the program [source:boinc /client/boinc_cmd.cpp boinc_cmd.cpp]14 The interface is in [source:boinc-v2/lib/gui_rpc_client.h lib/gui_rpc_client.h], 15 and the program [source:boinc-v2/client/boinc_cmd.cpp boinc_cmd.cpp] 16 16 gives a usage example. 17 17 All member functions return an integer error code. 18 * BOINC has a Java binding in [source:boinc /android/BOINC/src/edu/berkeley/boinc/rpc/].18 * BOINC has a Java binding in [source:boinc-v2/android/BOINC/src/edu/berkeley/boinc/rpc/]. 19 19 * A .Net binding is available at https://boincguirpc.codeplex.com/ 20 20