MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / TcpServerStop

Function TcpServerStop

source/tcpcon.cpp:105–113  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

103}
104//---------------------------------------------------------------------------
105void TcpServerStop(void)
106{
107 if( tcp->IsOpen() )
108 {
109 TcpCloseAllConnections();
110 tcp->Close();
111 TcpPrintStatus();
112 }
113}
114//---------------------------------------------------------------------------
115void TcpAccept(void)
116{

Callers 2

FormDestroyMethod · 0.85
aSetupExecuteMethod · 0.85

Calls 4

TcpCloseAllConnectionsFunction · 0.85
TcpPrintStatusFunction · 0.85
IsOpenMethod · 0.45
CloseMethod · 0.45

Tested by

no test coverage detected