PortConnectedEventArgs Constructor

Creates an instance of the PortConnectedEventArgs class for the port.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
public PortConnectedEventArgs(
	string portName
)

Parameters

portName  String
 

Remarks

You can use this constructor when raising the PortConnectedEventArgs at run time to inform the system that the poert was connected.

See Also