Transfers all data to the reader endpoint before data flow resumes. You can call this node from the writer endpoint only.
Use this node before using the Destroy Stream Endpoint node to ensure that the writer endpoint buffer is empty before you destroy it.
Reference to the endpoint. Obtain this reference by wiring endpoint out from another network stream node, such as Flush Stream or Read Multiple Elements from Stream, to this one.
Condition under which data flow resumes.
Name | Value | Description |
---|---|---|
all elements read from stream | 0 | The data flow will resume when the Network Streams Engine transfers all data to the reader endpoint and the reader endpoint finishes reading the data. |
all elements available for reading | 1 | The data flow will resume when the network streams engine transfers all data to the reader endpoint but before the reader endpoint finishes reading that data. |
Network Stream Engine Functionality
The Network Stream Engine is the background process that asynchronously moves data from the writer endpoint to the reader endpoint and sends acknowledgment and flow control messages from the reader endpoint to the writer endpoint.
Default: all elements read from stream
Time, in milliseconds, that this node waits for the wait condition to complete.
Default: -1 — This node waits indefinitely.
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Default: No error
Reference to the endpoint specified by endpoint in.
Error information.
The node produces this output according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported
Web Server: Not supported in VIs that run in a web application