Write All Stderr VI

Owning Palette: Channel

Requires: LIBSSH2

Writes binary data to the STDERR stream of the SSH channel represented by this Channel object until all of the data (bytes) are written. If the binary data is larger than 30KB, then the data is written in 30KB chunks, or blocks, until the Write Count equals the Data array size.

Write All Stderr VI

cToolkit_lvlib_ChannellvclassChannel In represents a libssh2lv shared library Channel struct.
c1du8Data is the byte array to write to the STDERR stream of the remote SSH server.
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.

iToolkit_lvlib_ChannellvclassChannel Out is the same object from Channel In.
iu64Write Count is the number of bytes written to the STDERR stream of the remote SSH server. This value will be equal to the Data array size if no error occurred.
iboolTimed Out? is TRUE if the the session timeout is reached before the Total Write Size is reached. This usually indicates the connection has been lost.
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.