Port Connected Event Args Class
An object was connected to the port.
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[SerializableAttribute]
[ComVisibleAttribute(true)]
[GuidAttribute("962B9FDE-842E-43F8-9280-41C5BF80DDEC")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class PortConnectedEventArgs : EventArgs,
IPortConnectedEventArgsVB
<SerializableAttribute>
<ComVisibleAttribute(true)>
<GuidAttribute("962B9FDE-842E-43F8-9280-41C5BF80DDEC")>
<ClassInterfaceAttribute(ClassInterfaceType.None)>
Public Class PortConnectedEventArgs
Inherits EventArgs
Implements IPortConnectedEventArgs- Implements
- IPortConnectedEventArgs
Remarks
An object was connected to the port.
Constructors
| PortConnectedEventArgs | Creates an instance of the PortConnectedEventArgs class for the port. |
Properties
| PortName | The name of the port being connected. |
Fields
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |