FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kNode_BeginStop ( kNode  node,
kBool  synchronizeData 
)

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.

Parameters
nodeNode object.
synchronizeDataEnsure that data from current session is not accepted in next session.
Returns
Operation status.