MCPcopy Create free account
hub / github.com/caozhiyi/CppNet / SetWriteCallback

Method SetWriteCallback

net/CppNet.cpp:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void cppnet::CCppNet::SetWriteCallback(const write_call_back& func) {
43 _cppnet_instance->SetWriteCallback(func);
44}
45
46void cppnet::CCppNet::SetDisconnectionCallback(const connection_call_back& func) {
47 _cppnet_instance->SetDisconnectionCallback(func);

Callers 8

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
StartMethod · 0.45
StartMethod · 0.45

Calls

no outgoing calls

Tested by 1

mainFunction · 0.36