| 496 | } |
| 497 | |
| 498 | FlowControl |
| 499 | SerialStreamBuf::GetFlowControl() const |
| 500 | { |
| 501 | return mImpl->GetFlowControl() ; |
| 502 | } |
| 503 | |
| 504 | void |
| 505 | SerialStreamBuf::SetParity(const Parity& parityType) |
nothing calls this directly
no outgoing calls
no test coverage detected