Enum SerialPortStopBits
Namespace:Neodynamic.SDK.Web
Assembly:cs.temp.dll.dll
Syntax
public enum SerialPortStopBits
Fields
None
Declaration
None = 0
Field Value
| Type | Description |
|---|---|
| SerialPortStopBits |
One
Declaration
One = 1
Field Value
| Type | Description |
|---|---|
| SerialPortStopBits |
OnePointFive
Declaration
OnePointFive = 3
Field Value
| Type | Description |
|---|---|
| SerialPortStopBits |
Two
Declaration
Two = 2
Field Value
| Type | Description |
|---|---|
| SerialPortStopBits |