bitflag enum io.SerialLineErrors

bitflag enum SerialLineErrors {
    FramingError,
    ParityError,
    BreakError,
};