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

Method GetRemoteAddr

sourcecommon/udp.cpp:556–559  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

554}
555//---------------------------------------------------------------------------
556AnsiString TUDP::GetRemoteAddr(void)
557{
558 return inet_ntoa(destAddr.sin_addr);
559}
560//---------------------------------------------------------------------------
561WORD TUDP::GetRemotePort(void)
562{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected