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

Method GetFlowControl

src/SerialPort.cpp:587–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

585 }
586
587 FlowControl
588 SerialPort::GetFlowControl() const
589 {
590 return mImpl->GetFlowControl() ;
591 }
592
593 void
594 SerialPort::SetParity(const Parity& parityType)

Calls 2

NotOpenClass · 0.85
IsOpenMethod · 0.45