Feature: File copy/paste support in remote control

This commit is contained in:
yuanyuanxiang
2025-10-25 16:13:18 +08:00
parent 2855af1932
commit ea4472445d
23 changed files with 339 additions and 24 deletions

View File

@@ -171,6 +171,14 @@ public:
m_nHostPort = uPort;
}
std::string ServerIP() const {
return m_sCurIP;
}
int ServerPort() const {
return m_nHostPort;
}
BOOL IsRunning() const
{
return m_bIsRunning;