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

Method SetIMsgPtr

adapter/micro_thread/mt_action.h:137–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 };
136
137 void SetIMsgPtr(IMtMsg* msg ) {
138 _msg = msg;
139 };
140
141 IMtMsg* GetIMsgPtr() {
142 return _msg;

Callers 1

InitConnEnvMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected