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

Method GetRemotePort

sourcecommon/udp.cpp:561–564  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

559}
560//---------------------------------------------------------------------------
561WORD TUDP::GetRemotePort(void)
562{
563 return htons(destAddr.sin_port);
564}
565//---------------------------------------------------------------------------
566AnsiString TUDP::GetRemoteAddrPort(void)
567{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected