Class BasePortInfo
Inheritance
System.Object
BasePortInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Experior.Core.dll
Syntax
[Serializable]
public class BasePortInfo : ConnectionInfo
Fields
baudrate
Declaration
Field Value
Type |
Description |
System.Int32 |
|
databits
Declaration
Field Value
Type |
Description |
System.Int32 |
|
dtr
Declaration
Field Value
Type |
Description |
System.Boolean |
|
handshake
Declaration
public Handshake handshake
Field Value
Type |
Description |
System.IO.Ports.Handshake |
|
parity
Declaration
Field Value
Type |
Description |
System.IO.Ports.Parity |
|
portname
Declaration
Field Value
Type |
Description |
System.String |
|
rts
Declaration
Field Value
Type |
Description |
System.Boolean |
|
stopbits
Declaration
Field Value
Type |
Description |
System.IO.Ports.StopBits |
|