MCPcopy Create free account
hub / github.com/Norbyte/ositools / Disconnect

Method Disconnect

OsiInterface/DebugInterface.cpp:121–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 }
120
121 void DebugInterface::Disconnect()
122 {
123 if (!IsConnected()) return;
124
125 closesocket(clientSocket_);
126 clientSocket_ = 0;
127
128 if (disconnectHandler_) {
129 disconnectHandler_();
130 }
131 }
132
133 void DebugInterface::MessageLoop(SOCKET sock)
134 {

Callers 1

HandleIdentifyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected