MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / SetFlowControl

Method SetFlowControl

Plugins/SerialPort/ParameterSerialPort.cpp:131–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void CParameterSerialPort::SetFlowControl(const QSerialPort::FlowControl &newFlowControl)
132{
133 if(m_FlowControl == newFlowControl)
134 return;
135 m_FlowControl = newFlowControl;
136 SetModified(true);
137}

Callers 1

acceptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected