MCPcopy Create free account
hub / github.com/attermann/microReticulum / client_disconnected

Function client_disconnected

examples/link_native/src/main.cpp:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48RNS::Link latest_client_link({RNS::Type::NONE});
49
50void client_disconnected(RNS::Link& link) {
51 RNS::log("Client disconnected");
52}
53
54void server_packet_received(const RNS::Bytes& message, const RNS::Packet& packet) {
55

Callers

nothing calls this directly

Calls 1

logFunction · 0.85

Tested by

no test coverage detected