ConnectionEventArgsPort Property |
Physical serial port.
Namespace: ZylSoft.SerialAssembly: ZylSerialPort (in ZylSerialPort.dll) Version: 1.86.9206.30146
Syntaxpublic SerialCommPort Port { get; }Public ReadOnly Property Port As SerialCommPort
Get
public:
property SerialCommPort Port {
SerialCommPort get ();
}member Port : SerialCommPort with get
/** @property */
public SerialCommPort get_Port()
function get Port () : SerialCommPort
PROPERTY Port AS SerialCommPort GET
No code example is currently available or this language may not be supported.
Property Value
SerialCommPort
See Also