Get Open Sessions.vi¶
Description¶
Retrieve all authenticated SSH sessions.
Inputs¶
error in¶
Required: | No |
---|---|
Default: | No Error |
Incoming error from previous VI call. Is passed through to error out.
Warning
LabVIEW will not execute Call Library Function Node if there is an error present on the wire. Ensure that there is no error prior to calling this VI – unexpected behavior will occur.
Outputs¶
Open Session Count¶
Total number of authenticated SSH sessions.
Array of Sessions¶
Array of session information clusters, where each element represents an authenticated SSH session.
Elements:
- Session Cluster
Cluster containing a session name and a session refnum.
Members:
- Session Name
- Name of the SSH session in the format
username@host
.- LabSSH Session
- SSH session refnum.
error out¶
Error (if any) resulting from this VI call.