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

Method GetMsgFlag

adapter/micro_thread/mt_action.h:133–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 };
132
133 MULTI_STATE GetMsgFlag() {
134 return _flag;
135 };
136
137 void SetIMsgPtr(IMtMsg* msg ) {
138 _msg = msg;

Callers 4

mt_multi_openMethod · 0.80
mt_multi_sendtoMethod · 0.80
mt_multi_recvfromMethod · 0.80
mt_msg_sendrcvMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected