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

Method SetMsgFlag

adapter/micro_thread/mt_action.h:129–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 };
128
129 void SetMsgFlag(MULTI_STATE flag) {
130 _flag = flag;
131 };
132
133 MULTI_STATE GetMsgFlag() {
134 return _flag;

Callers 4

mt_multi_newsockMethod · 0.80
mt_multi_openMethod · 0.80
mt_multi_sendtoMethod · 0.80
mt_multi_recvfromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected