MCPcopy Create free account
hub / github.com/Laxilef/OTGateway / getStatus

Method getStatus

lib/NetworkUtils/NetworkConnection.cpp:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24NetworkConnection::Status NetworkConnection::getStatus() {
25 return status;
26}
27
28NetworkConnection::DisconnectReason NetworkConnection::getDisconnectReason() {
29 return disconnectReason;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected