|
FireSync API
|
Ends data collection from all connected nodes until the next time that nodes are started/resumed.
It is not necessary to explicitly call this method when using high-level methods such as kSystem_Start/kSystem_Stop. This method is intended to be used in conjunction with methods such as kSystem_StartNodes/kSystem_StopNodes, for finer control.
This method can optionally be called before kSystem_StopNodes to ensure that leftover data messages from one session (e.g., between StartNodes and StopNodes) are not delivered during the next session. This method is useful when data connections are not closed between sessions.
When this method is used, the delivery of data messages is guaranteed to stop sometime between when this method is called and when kSystem_StopNodes completes.
| system | System object. |