MCPcopy Create free account
hub / github.com/Duet3D/RepRapFirmware / GetInterface

Method GetInterface

src/Networking/Socket.h:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 Socket(const Socket &_ecv_from) = delete;
28
29 NetworkInterface *_ecv_from GetInterface() const noexcept { return interface; }
30
31 TcpPort GetLocalPort() const noexcept { return localPort; }
32 IPAddress GetRemoteIP() const noexcept { return remoteIPAddress; }

Callers 8

TerminateMethod · 0.45
ProcessLineMethod · 0.45
CloseDataPortMethod · 0.45
AuthenticateMethod · 0.45
TerminateMethod · 0.45
StopMethod · 0.45
TerminateMethod · 0.45
TerminateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected