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