Owning Palette: Pipes VIs
Requires: Base Development System (Linux)
Reads a number of bytes from a pipe, returning the results in the data string output. For this VI, you must have opened the pipe as a read pipe. The VI does not wait for data, so if the amount of data is not available, the VI returns any available data.
Add to the block diagram | Find on the palette |
file descriptor is the file descriptor to use when closing the pipe. | |
bytes to read is the maximum number of bytes you want the VI to read. This VI might read fewer bytes than bytes to read. | |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | |
If eof? is TRUE, the other end of the pipe is closed. | |
file descriptor is the file descriptor to use when reading from and writing to the opened pipe. | |
bytes read is the number of bytes read, which can be less than bytes to read. | |
data is the data read from the pipe. | |
error out contains error information. This output provides standard error out functionality. |