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

Function UdpServerStop

source/udpcon.cpp:64–71  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

62}
63//---------------------------------------------------------------------------
64void UdpServerStop(void)
65{
66 if( udp->IsOpen() )
67 {
68 PrintSB(0, "UDP: server not started");
69 udp->Close();
70 }
71}
72//---------------------------------------------------------------------------
73void UdpReceiveMessage(void)
74{

Callers 2

FormDestroyMethod · 0.85
aSetupExecuteMethod · 0.85

Calls 3

PrintSBFunction · 0.85
IsOpenMethod · 0.45
CloseMethod · 0.45

Tested by

no test coverage detected