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

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

PortIsOpen

The "PortIsOpen" function is used to determine if a port is already opened within your program.

Syntax:
      public int PortIsOpen()

Parameters:
     
           

Returns:
      0 if closed
      1 if open

Example:
      CallPortIsOpen = Vxm.PortIsOpen();

Image Fade Bottom Image Fade Right Bottom