Writes a data string to a pipe. For this VI, you must have opened the pipe as a write pipe.


icon

输入/输出

  • ci32.png file descriptor

    file descriptor is the file descriptor to use when reading from and writing to the opened pipe.

  • cstr.png data

    data is the data to write to the pipe.

  • cerrcodeclst.png error in (no error)

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

  • ii32.png file descriptor

    file descriptor is the file descriptor to use when writing to the opened pipe.

  • ii32.png bytes written

    bytes written is the number of bytes written, which can be less than the number of bytes in data.

  • ierrcodeclst.png error out

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