Changes between Version 15 and Version 16 of GuiRpc
- Timestamp:
- May 29, 2008, 4:01:11 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GuiRpc
v15 v16 164 164 Tells the core client that a network connection is available, and that it should do as much network activity as it can. 165 165 166 === `file_transfer_op(FILE_TRANSFER&, c har* op)` === #function-file_transfer_op166 === `file_transfer_op(FILE_TRANSFER&, const char* op)` === #function-file_transfer_op 167 167 168 168 Perform a control operation on a file transfer. `op` is one of "abort" or "retry". 169 169 170 === `result_op( FILE_TRANSFER&,char* op)` === #function-result_op170 === `result_op(RESULT&, const char* op)` === #function-result_op 171 171 172 172 Perform a control operation on an active result. `op` is one of "suspend", "resume", or "abort".