MCPcopy Create free account
hub / github.com/F-Stack/f-stack / SetSessionId

Method SetSessionId

adapter/micro_thread/mt_net.cpp:163–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163void CNetHelper::SetSessionId(uint64_t sid)
164{
165 if (handler != NULL) {
166 CNetHandler* net_handler = (CNetHandler*)handler;
167 return net_handler->SetSessionId(sid);
168 }
169}
170
171void CNetHelper::SetSessionCallback(CHECK_SESSION_CALLBACK function)
172{

Callers 4

FindSessionMethod · 0.45
RemoveSessionMethod · 0.45
FindSessionMethod · 0.45
InitConnEnvMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected