Changes between Version 42 and Version 43 of GuiRpc
- Timestamp:
- Sep 12, 2014, 2:10:58 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GuiRpc
v42 v43 303 303 * the device name (supplied by the user) 304 304 305 Android GUIs should call this fairly often (every 10 sec at least). 305 This RPC also serves as a "keep-alive": 306 if the BOINC client doesn't get one in 30 seconds, it will suspend computation. 307 So Android GUIs should call it fairly often (every 10 sec at least). 306 308 307 309 There is no C++ binding for this RPC; 308 there's a Java binding in the Android GUI code. 310 there's a Java binding in the Android GUI code: 311 android/BOINC/src/edu/berkeley/boinc/rpc/RpcClient.java