Read VI
Owning Palette: Channel
Requires: LIBSSH2
Reads binary data from the SSH channel represented by this Channel object. The Max Data Length must be greater than or equal to the expected data that is returned from the remote SSH server to avoid an error. However, there is a hard-coded maximum of 30KB in the libssh2lv shared library. If the expected binary data is greater than 30KB, then the Read All should be used.
Data is the byte array read from the remote SSH server. | |
Max Data Length is an estimation of the maximum number of bytes to read. This value must be greater than or equal to the expected number of bytes to read from the remote SSH server, but it does not have to be exact. However, there is a hard-coded maximum of 30KB in the libssh2lv shared library. | |
Channel Out is the same object from Channel In. | |
Channel In represents a libssh2lv shared library Channel struct. | |
Error Out contains error information. This provides standard error out functionality. Right-click the Error Out indicator on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. | |
Error In describes error conditions that occur before this node runs. This input provides standard error in functionality. Right-click the Error In indicator on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error. |