Show / Hide Table of Contents

Class PortRawInfo

Inheritance
System.Object
ConnectionInfo
ConnectionInfo
BasePortInfo
PortRawInfo
Inherited Members
BasePortInfo.baudrate
BasePortInfo.databits
BasePortInfo.dtr
BasePortInfo.handshake
BasePortInfo.parity
BasePortInfo.portname
BasePortInfo.rts
BasePortInfo.stopbits
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.PLC.Serial
Assembly: Experior.Core.dll
Syntax
[Serializable]
public class PortRawInfo : BasePortInfo

Fields

frameTimeOut

Timeout value for the frame, in ms. If the whole frame is not received at once then a timer will start. If the no data is received before it elapses then the data in the buffer will be discarded.

Declaration
public int frameTimeOut
Field Value
Type Description
System.Int32

iautoallocate

Declaration
public bool iautoallocate
Field Value
Type Description
System.Boolean

imax

Declaration
public int imax
Field Value
Type Description
System.Int32

ioffset

Declaration
public int ioffset
Field Value
Type Description
System.Int32

oautoallocate

Declaration
public bool oautoallocate
Field Value
Type Description
System.Boolean

omax

Declaration
public int omax
Field Value
Type Description
System.Int32

ooffset

Declaration
public int ooffset
Field Value
Type Description
System.Int32
Back to top Generated by DocFX