Velmex    |    BiSlide    |    XSlide
Image Fade Right
 
VXM Driver Documentation - Visual C# 2003 - PortClose
 
Image - VXM

All functions assume you followed directions in the "How To Add To Your Project"

PortClose

The "PortClose" function is used to close a port that has been previously opened from the "PortOpen" function.

This function is necessary to release the port number so other applications, or future calls to open the port will work.



Syntax:
      public int PortClose()

Parameters:
     
           

Returns:
      0 if failed
      1 if success

Example:
      CallPortClose = Vxm.PortClose();

Image Fade Bottom Image Fade Right Bottom