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

Method GetLocalAddr

sourcecommon/tcpserv.cpp:129–132  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

127}
128//---------------------------------------------------------------------------
129AnsiString MSocket::GetLocalAddr(void)
130{
131 return inet_ntoa(localAddr.sin_addr);
132}
133//---------------------------------------------------------------------------
134WORD MSocket::GetLocalPort(void)
135{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected