Changes between Version 34 and Version 35 of GuiRpc


Ignore:
Timestamp:
May 14, 2013, 12:21:24 PM (11 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GuiRpc

    v34 v35  
    217217 modifying the global preferences according to its contents.
    218218
     219 `report_device_status(DEVICE_STATUS&)`::
     220 Report power, battery, and WiFi status to the client.
     221 This is used on Android, where the interfaces for this info are in Java
     222 and therefore easier to access from the GUI than from the client.
     223
    219224 `result_op(RESULT&, const char* op)`::
    220225 Perform a control operation on an active result. `op` is one of "suspend", "resume", or "abort".