Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ SetEnablleUI
Method
SetEnablleUI
Src/ParameterCompone/ParameterNet.cpp:102–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
CParameterNet::SHOW_UIS CParameterNet::SetEnablleUI(SHOW_UIS ui)
103
{
104
SHOW_UIS uis = m_EnableUI;
105
if(m_EnableUI != ui)
106
m_EnableUI = ui;
107
return uis;
108
}
Callers
1
CParameterFtpServer
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected