MCPcopy Create free account
hub / github.com/Tencent/Hardcoder / UdpClient

Method UdpClient

libapp2sys/src/main/cpp/client.h:92–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91public:
92 UdpClient() {
93 m_runningFlag = 0;
94 m_timeout = 0;
95 m_DataCallback = NULL;
96 memset(&m_addr, 0, sizeof(m_addr));
97 }
98
99 bool isRunning() {
100 return m_runningFlag;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected