Constructor which allows for specifing an attached CommPort

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

Syntax

C#
public Protocol_PRO4_Parser(
	CommPort port
)
Visual Basic (Declaration)
Public Sub New ( _
	port As CommPort _
)
Visual C++
public:
Protocol_PRO4_Parser(
	CommPort^ port
)

Parameters

port
Type: VideoRay.Communication..::.CommPort
Port from which data comes

See Also