Enum SerialPortParity
Namespace:Neodynamic.SDK.Web
Assembly:cs.temp.dll.dll
Syntax
public enum SerialPortParity
Fields
Even
Declaration
Even = 2
Field Value
| Type | Description |
|---|---|
| SerialPortParity |
Mark
Declaration
Mark = 3
Field Value
| Type | Description |
|---|---|
| SerialPortParity |
None
Declaration
None = 0
Field Value
| Type | Description |
|---|---|
| SerialPortParity |
Odd
Declaration
Odd = 1
Field Value
| Type | Description |
|---|---|
| SerialPortParity |
Space
Declaration
Space = 4
Field Value
| Type | Description |
|---|---|
| SerialPortParity |