ZylSerialPort.NET

SerialPort Constructor (IContainer)

Constructor.

[Visual Basic]
Overloads Public Sub New( _
   ByVal IContainer As IContainer _
)
[C#]
public SerialPort(
   IContainer container
);

Parameters

IContainer
The IContainer that contains the Component. The components in a container are tracked in a first-in, first-out list, which also defines the order of the components within the container. The last component added is the last component in the list.

See Also

SerialPort Class | ZylSerialPort Namespace | SerialPort Constructor Overload List