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

Method Terminate

src/Networking/NetworkClient.cpp:67–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void NetworkClient::Terminate(NetworkProtocol protocol, const NetworkInterface *iface) noexcept
68{
69 if ((HandlesProtocol(protocol) || protocol == AnyProtocol) && (skt && skt->GetInterface() == iface))
70 {
71 Terminate();
72 }
73}
74
75bool NetworkClient::Start(NetworkInterface* interface) noexcept
76{

Callers

nothing calls this directly

Calls 2

TerminateFunction · 0.85
GetInterfaceMethod · 0.45

Tested by

no test coverage detected