Class SerialPortSettingsV1
串口信息
Inheritance
Object
SerialPortSettingsV1
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: FBoxClientDriver.Contract
Assembly: FBoxClientDriver.Contract.dll
Syntax
public class SerialPortSettingsV1
Properties
AssembleIntervalBitReg
组包位寄存器间隔
Declaration
public int AssembleIntervalBitReg { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
AssembleIntervalWordReg
组包字寄存器间隔
Declaration
public int AssembleIntervalWordReg { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
BaudRate
波特率
Declaration
public int BaudRate { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
DataBits
数据位
Declaration
public int DataBits { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
ListRead
串口信息
Declaration
public bool ListRead { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
MaxList
串口信息
Declaration
public int MaxList { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
MaxPacketsBitReg
位组包最大寄存器个数
Declaration
public int MaxPacketsBitReg { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
MaxPacketsWordReg
字组包最大寄存器个数
Declaration
public int MaxPacketsWordReg { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Parity
校验位
Declaration
public ParityType Parity { get; set; }
Property Value
Type | Description |
---|---|
ParityType |
PlcResponseTimeout
通讯超时时间
Declaration
public int PlcResponseTimeout { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
ProtocolInterval
超时参数
Declaration
public int ProtocolInterval { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
ProtocolTimeout1
协议超时参数1
Declaration
public int ProtocolTimeout1 { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
ProtocolTimeout2
协议超时参数2
Declaration
public int ProtocolTimeout2 { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
StopBits
停止位
Declaration
public int StopBits { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
WorkingMode
工作模式 WorkModel
Declaration
public WorkingMode WorkingMode { get; set; }
Property Value
Type | Description |
---|---|
WorkingMode |