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

Method SetSerialPort

Plugins/SerialPort/ParameterSerialPort.cpp:53–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void CParameterSerialPort::SetSerialPort(int index)
54{
55 if(m_nSerialPort == index)
56 return;
57 m_nSerialPort = index;
58 SetModified(true);
59}
60
61const QString CParameterSerialPort::GetSerialPortName() const
62{

Callers 1

acceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected