ConnectionEventArgs Constructor |
Constructor.
Namespace: ZylSoft.SerialAssembly: ZylSerialPort (in ZylSerialPort.dll) Version: 1.86.9206.30146
Syntaxpublic ConnectionEventArgs(
SerialCommPort port
)
Public Sub New (
port As SerialCommPort
)
public:
ConnectionEventArgs(
SerialCommPort port
)
new :
port : SerialCommPort -> ConnectionEventArgspublic ConnectionEventArgs(
SerialCommPort port
)
public function ConnectionEventArgs(
port : SerialCommPort
)
ZylSoft.Serial.ConnectionEventArgs = function(port);
CONSTRUCTOR(
port AS SerialCommPort
)
No code example is currently available or this language may not be supported.
Parameters
- port SerialCommPort
-
Physical serial port.
See Also