Class SerialPortSettings
串口设置参数
Inheritance
Object
SerialPortSettings
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 SerialPortSettings
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 SerialPortParityMode Parity { get; set; }
Property Value
Type | Description |
---|---|
SerialPortParityMode |
StopBits
停止位
Declaration
public int StopBits { get; set; }
Property Value
Type | Description |
---|---|
Int32 |