Writes an array of elements to a network stream. You can call this function from the writer endpoint only.


icon

Inputs/Outputs

  • cgenclassrntag.png 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.

  • cpoly.png data in

    data in is the array of elements to write to the stream.

  • ci32.png 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.

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • igenclassrntag.png endpoint out

    endpoint out returns endpoint in unchanged.

  • ibool.png timed out?

    timed out? returns TRUE if the timeout period elapses before the function writes the specified data to the stream.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.