MCPcopy Create free account
hub / github.com/amule-project/amule / SetClientPort

Method SetClientPort

src/SearchFile.h:169–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167 void SetClientID(uint32_t clientID) noexcept { m_clientID = clientID; }
168 uint16_t GetClientPort() const noexcept { return m_clientPort; }
169 void SetClientPort(uint16_t port) noexcept { m_clientPort = port; }
170 uint32_t GetClientServerIP() const noexcept { return m_clientServerIP; }
171 void SetClientServerIP(uint32_t serverIP) noexcept { m_clientServerIP = serverIP; }
172 uint16_t GetClientServerPort() const noexcept { return m_clientServerPort; }

Callers 1

ProcessSharedFileListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected