|
FireSync API
|
Begins stopping node acquisition and data processing activities.
This command initiates an asynchronous operation on the node. Call the kNode_EndStop method to wait for the end of the operation before using any other kNode methods.
Note: if the 'synchronizeData' option is used, the expectation is that all nodes in the system that have node-node data connections will be stopped (with 'synchronizeData' == kTRUE) before any nodes are restarted. If only a subset are stopped, node-node data connections may stall the next time that acquisition is restarted.
| node | Node object. |
| synchronizeData | Ensure that data from current session is not accepted in next session. |