enum io.UartDecodeResult

enum UartDecodeResult
{
    Continue,
    Char,
    FramingError,
    ParityError,
};