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

Method GetRemoteAddrPort

sourcecommon/udp.cpp:566–571  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

564}
565//---------------------------------------------------------------------------
566AnsiString TUDP::GetRemoteAddrPort(void)
567{
568 AnsiString rv(inet_ntoa(destAddr.sin_addr));
569 rv += ":" + IntToStr(htons(destAddr.sin_port));
570 return rv;
571}
572//---------------------------------------------------------------------------
573AnsiString TUDP::GetErrorMessage(void)
574{

Callers 1

TcpReceiveMessageFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected