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

Method SetInterval

Plugins/WakeOnLan/ParameterWakeOnLan.cpp:221–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221int CParameterWakeOnLan::SetInterval(int nInterval)
222{
223 if(m_nInterval == nInterval)
224 return 0;
225 m_nInterval = nInterval;
226 SetModified(true);
227 return 0;
228}
229
230const int CParameterWakeOnLan::GetTimeOut() const
231{

Callers 1

AcceptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected