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.

Read VI

i1du8Data is the byte array read from the remote SSH server.
cu64Max 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.
iToolkit_lvlib_ChannellvclassChannel Out is the same object from Channel In.
cToolkit_lvlib_ChannellvclassChannel In represents a libssh2lv shared library Channel struct.
ierrcodeclstError 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.

cerrcodeclstError 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.