Class PortRawInfo
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()
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 |