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