Comm port to use to communicate with external application
Typically this will be a virtual serial port, but could be a real one
Namespace:
VideoRay.CommunicationAssembly: vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
public CommPortName PortName { get; set; } |
Visual Basic (Declaration) |
---|
Public Property PortName As CommPortName |
Visual C++ |
---|
public: property CommPortName^ PortName { CommPortName^ get (); void set (CommPortName^ value); } |