Skip to main content

Enum SerialErrorType

Describes the type of error encountered during serial communication.

Assembly: Meadow.Contracts.dll
View Source
Declaration
public enum SerialErrorType

Fields

TxFull

Transmit buffer is full

View Source
Declaration
TxFull = 0

RxOverrun

Receive buffer overrun

View Source
Declaration
RxOverrun = 1

Overrun

Buffer overrun

View Source
Declaration
Overrun = 2

RxParity

Parity error on received data

View Source
Declaration
RxParity = 3

Frame

Frame error

View Source
Declaration
Frame = 4