Show / Hide Table of Contents

Class BasePortInfo

Inheritance
System.Object
ConnectionInfo
ConnectionInfo
BasePortInfo
PortRawInfo
Inherited Members
ConnectionInfo.alarms
ConnectionInfo.frequencyvalue
ConnectionInfo.refreshinterval
ConnectionInfo.symbols
ConnectionInfo.synchronized
ConnectionInfo.autoconnect
ConnectionInfo.autoconnectdelay
ConnectionInfo.id
ConnectionInfo.numberofdigits
ConnectionInfo.log
ConnectionInfo.name
ConnectionInfo.ToString()
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()
Namespace: Experior.Core.Communication.Serial
Assembly: Experior.Core.dll
Syntax
[Serializable]
public class BasePortInfo : ConnectionInfo

Fields

baudrate

Declaration
public int baudrate
Field Value
Type Description
System.Int32

databits

Declaration
public int databits
Field Value
Type Description
System.Int32

dtr

Declaration
public bool dtr
Field Value
Type Description
System.Boolean

handshake

Declaration
public Handshake handshake
Field Value
Type Description
System.IO.Ports.Handshake

parity

Declaration
public Parity parity
Field Value
Type Description
System.IO.Ports.Parity

portname

Declaration
public string portname
Field Value
Type Description
System.String

rts

Declaration
public bool rts
Field Value
Type Description
System.Boolean

stopbits

Declaration
public StopBits stopbits
Field Value
Type Description
System.IO.Ports.StopBits
Back to top Generated by DocFX