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

Method SetParity

Plugins/SerialPort/ParameterSerialPort.cpp:92–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void CParameterSerialPort::SetParity(const QSerialPort::Parity &newParity)
93{
94 if(m_Parity == newParity)
95 return;
96 m_Parity = newParity;
97 SetModified(true);
98}
99
100QSerialPort::DataBits CParameterSerialPort::GetDataBits() const
101{

Callers 1

acceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected