Class ComPortPlc
串口参数
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 ComPortPlc : BasePlcParameter
Properties
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 |
Parity
校验位
Declaration
public ParityType Parity { get; set; }
Property Value
Type | Description |
---|---|
ParityType |
StopBits
停止位
Declaration
public int StopBits { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
WorkingModel
接口方式 WorkModel
Declaration
public WorkModel WorkingModel { get; set; }
Property Value
Type | Description |
---|---|
WorkModel |