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

Method SetFlowControl

src/SerialPort.cpp:581–585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579 }
580
581 void
582 SerialPort::SetFlowControl(const FlowControl& flowControlType)
583 {
584 mImpl->SetFlowControl(flowControlType) ;
585 }
586
587 FlowControl
588 SerialPort::GetFlowControl() const

Calls 3

NotOpenClass · 0.85
OpenFailedClass · 0.85
IsOpenMethod · 0.45