MCPcopy Create free account
hub / github.com/crayzeewulf/libserial / GetFlowControl

Method GetFlowControl

src/SerialStreamBuf.cpp:498–502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496 }
497
498 FlowControl
499 SerialStreamBuf::GetFlowControl() const
500 {
501 return mImpl->GetFlowControl() ;
502 }
503
504 void
505 SerialStreamBuf::SetParity(const Parity& parityType)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected