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

Method SetNetworkInterface

Plugins/WakeOnLan/ParameterWakeOnLan.cpp:151–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151int CParameterWakeOnLan::SetNetworkInterface(const QString& szName)
152{
153 if(m_szNetworkInteface == szName)
154 return 0;
155 m_szNetworkInteface = szName;
156 SetModified(true);
157 return 0;
158}
159
160const quint16 CParameterWakeOnLan::GetPort() const
161{

Callers 3

AcceptMethod · 0.80
foreachFunction · 0.80
setDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected