Get Version.vi¶
Description¶
Retrieve DLL version information.
Retrieves the version string, build timestamp string, and individual numeric components of the version number from labSSH.dll.
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¶
Version String¶
String representation of version information.
Build Timestamp¶
String representation of DLL build timestamp. Format is Month DD YYYY HH:MM:SS
.
Major Number¶
Major version number of API.
Minor Number¶
Minor version number of API.
Patch Number¶
Patch version number of API.
Revision Number¶
Deprecated since version 2.4: Revision number was specific to SVN and is no longer used. This will be removed in a future version.
error out¶
Error (if any) resulting from this VI call.