Create VI

Owning Palette: Listener

Requires: LIBSSH2

Creates a new Listener object that represents a libssh2lv shared library Listener struct. This VI must be called, or executed, before using any other Listener-related VIs. This VI allocates memory within the libssh2lv shared library that must be explicitly deallocated, or freed, at the end of the application using the Destroy VI to avoid memory leaks or running Out-of-Memory (OOM) on a resource contrained system.

Create VI

Session

Creates a new Listener object from a Session object.

Session

iToolkit_lvlib_ListenerlvclassListener represents a libssh2lv library Listener struct.
ci32Port is the TCP port on the remote host. If zero (0) is used, then the remote host will select the first available dynamic port.
cToolkit_lvlib_SessionlvclassSession represents a libssh2lv shared library session 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.