Write Single Element to Stream
- Updated2025-07-30
- 2 minute(s) read
Writes a single element to a network stream. You can call this function from the writer endpoint only.

Inputs/Outputs
endpoint in
—
endpoint in specifies the reference to the endpoint. Obtain this reference by wiring the writer endpoint output on the Create Network Stream Writer Endpoint function to this input.
data in
—
data in is where you wire the data that you want to write to the stream.
timeout ms (-1)
—
timeout in ms is the time, in milliseconds, that this function has to write the specified data to the stream. The default value is –1, which means there is no time limit.
error in (no error)
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
endpoint out
—
endpoint out returns endpoint in unchanged.
timed out?
—
timed out? returns TRUE if the timeout period elapses before the function writes the specified data to the stream.
error out
—
error out contains error information. This output provides standard error out functionality. |
endpoint in
—
data in
—
timeout ms (-1)
—
error in (no error)
—
endpoint out
—
timed out?
—
error out
—