Pegasus Class Library Help
Get the port which the device is connected to. can be USB or COM number. Read Only.

Namespace:  Pegasus.Library
Assembly:  PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)

Syntax

C#
public string Port { get; private set; }
Visual Basic (Declaration)
Public Property Port As String
Visual C++
public:
property String^ Port {
	String^ get ();
	void set (String^ value);
}

Field Value

String. Returns "USB" or COM number, like "COM4".

See Also