fieldrndservices / libssh2-labview

A LabVIEW library for SSH client support via libssh2
Apache License 2.0
22 stars 2 forks source link

Create Polymorphic VI for the Create/Destroy VIs #18

Closed volks73 closed 4 years ago

volks73 commented 4 years ago

The Known Hosts, Session, and SFTP classes have the Create and Destroy VIs, just like all other classes in the toolkit. However, unlike all other Create and Destroy VIs, these versions are not polymorphic. Just to be on the extreme end of consistent, even though there is (currently) only one variant, the Known Hosts, Session, and SFTP Create and Destroy VIs should be changed to polymorphic VIs.

Note, the Agent and Listener classes only have a single instance for its Create and Destroy VIs but these are polymorphic.

volks73 commented 4 years ago

The Create and Destroy VIs are changed to polymorphic VIs for the Known Hosts, Session, and SFTP classes as of 63ceb9278cfa3d064cf5016edddb2ff4f74165ea.