Write Single Element to Stream Function

Owning Palette: Network Streams Functions

Requires: Base Development System (Windows)

Writes a single element to a network stream. You can call this function from the writer endpoint only.

 Add to the block diagram  Find on the palette
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 is where you wire the data that you want to write to the stream.
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 describes error conditions that occur before this node runs. This input provides standard error in functionality.
endpoint out returns endpoint in unchanged.
timed out? returns TRUE if the timeout period elapses before the function writes the specified data to the stream.
error out contains error information. This output provides standard error out functionality.