Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
207
int 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
216
const int CParameterWakeOnLan::GetInterval() const
217
{
Callers
1
Accept
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected