MCPcopy Create free account
hub / github.com/cppla/ServerStatus / State

Method State

server/src/network.h:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 void Disconnect(const char *pReason);
38
39 int State() const { return m_State; }
40 const NETADDR *PeerAddress() const { return &m_PeerAddr; }
41 const char *ErrorString() const { return m_aErrorString; }
42

Callers 4

AcceptClientMethod · 0.80
UpdateMethod · 0.80
RecvMethod · 0.80
SendMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected