Device Constructor (String)

Phcc Interface Library .NET / COM

Creates an instance of the Device class.

Namespace:  Phcc
Assembly:  Phcc (in Phcc.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	portName As String _
)
C#
public Device(
	string portName
)

Parameters

portName
Type: System..::.String
The name of the COM port to use for communicating with the PHCC motherboard (i.e. "COM1", "COM2", etc.)

See Also