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

Method SetFlowControl

src/SerialStreamBuf.cpp:492–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490 }
491
492 void
493 SerialStreamBuf::SetFlowControl(const FlowControl& flowControlType)
494 {
495 mImpl->SetFlowControl(flowControlType) ;
496 }
497
498 FlowControl
499 SerialStreamBuf::GetFlowControl() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected