User manual
9Page
Velleman Projects
3.2
CloseDevices
Syntax
void CloseDevices();
Description
Unloads the communication routines for VM167 cards and unloads the driver needed to communicate
via the USB port. This is the last action of the application program before termination.
Example
private: System::Void Form1_FormClosed(System::Object^ sender,
System::Windows::Forms::FormClosedEventArgs^ e)
{
CloseDevices();
}