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

Method SetRepeat

Plugins/WakeOnLan/ParameterWakeOnLan.cpp:207–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207int CParameterWakeOnLan::SetRepeat(int nRepeat)
208{
209 if(m_nRepeat == nRepeat)
210 return 0;
211 m_nRepeat = nRepeat;
212 SetModified(true);
213 return 0;
214}
215
216const int CParameterWakeOnLan::GetInterval() const
217{

Callers 1

AcceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected