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

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

PortReadReply

The "PortReadReply" function is used to read any responses from the VXM controller.

Syntax:
      public string PortReadReply()

Parameters:
     
           

Returns:
      blank string if no characters found on the port
      any characters found on the port if successfull

Example:
      CallPortReadReply = Vxm.PortReadReply();

Image Fade Bottom Image Fade Right Bottom