Show / Hide Table of Contents
View Source

Enum MraaUartParity

Namespace:MraaSharp
Assembly:MraaSharp.dll
Syntax
public enum MraaUartParity

Fields

View Source

UartParityEven

Declaration
UartParityEven = 1
Field Value
Type Description
MraaUartParity
View Source

UartParityMark

Declaration
UartParityMark = 3
Field Value
Type Description
MraaUartParity
View Source

UartParityNone

Declaration
UartParityNone = 0
Field Value
Type Description
MraaUartParity
View Source

UartParityOdd

Declaration
UartParityOdd = 2
Field Value
Type Description
MraaUartParity
View Source

UartParitySpace

Declaration
UartParitySpace = 4
Field Value
Type Description
MraaUartParity
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX