3 references to TXFull
System (3)
sys\system\io\ports\SerialStream.cs (3)
56
SerialError.RXOver | SerialError.RXParity | SerialError.
TXFull
);
1863
if ((errors & (int) SerialError.
TXFull
) != 0)
1864
stream.ErrorReceived(stream, new SerialErrorReceivedEventArgs(SerialError.
TXFull
));