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