Check to see if a port can be opened.

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

Syntax

C#
public static bool Check(
	string portName
)
Visual Basic (Declaration)
Public Shared Function Check ( _
	portName As String _
) As Boolean
Visual C++
public:
static bool Check(
	String^ portName
)

Parameters

portName
Type: System..::.String
Name of port (in the form of COM#)

See Also