Initialize VI

Owning Palette: SSH

Requires: LIBSSH2

Initialize the underlying libssh2lv library. This must be called, or executed, before using any other VIs in this toolkit. This typically initializes the cryptography library (OpenSSL), which is statically compiled with the libssh2lv shared library.

Initialize VI

iToolkit_lvlib_SSHlvclassSSH represents a libssh2lv-related context used to create all other libssh2lv shared library objects.
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.

cpathlibssh2lv Shared Library is a path to the libssh2lv shared library to interface with a remote SSH server. If, then a search path will be built based on the current working directory, the source code of the project, and system-specific folders for libraries, such as the "/usr/lib" folder on Unix-like systems. If a valid, non-empty path is supplied, then the search path only includes this path and skips all other directories.
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.