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

Method NetTimerTimer

source/main.cpp:669–677  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

667}
668//---------------------------------------------------------------------------
669void __fastcall TMainForm::NetTimerTimer(TObject *Sender)
670{
671 UdpReceiveMessage();
672
673 // Accept new TCP connections
674 TcpAccept();
675
676 TcpReceiveMessage();
677}
678//---------------------------------------------------------------------------
679bool WriteToLogRawMessage(char * p)
680{

Callers

nothing calls this directly

Calls 3

UdpReceiveMessageFunction · 0.85
TcpAcceptFunction · 0.85
TcpReceiveMessageFunction · 0.85

Tested by

no test coverage detected