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

Method SetStopBits

Plugins/SerialPort/ParameterSerialPort.cpp:118–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void CParameterSerialPort::SetStopBits(const QSerialPort::StopBits &newStopBits)
119{
120 if(m_StopBits == newStopBits)
121 return;
122 m_StopBits = newStopBits;
123 SetModified(true);
124}
125
126QSerialPort::FlowControl CParameterSerialPort::GetFlowControl() const
127{

Callers 1

acceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected