The port from which data will be parsed

Namespace:  VideoRay.Communication
Assembly:  vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public CommPort AttachedPort { get; protected set; }
Visual Basic (Declaration)
Public Property AttachedPort As CommPort
Visual C++
public:
property CommPort^ AttachedPort {
	CommPort^ get ();
	void set (CommPort^ value);
}

See Also