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

Method SetMtMsgBuff

adapter/micro_thread/mt_connection.h:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 };
74
75 void SetMtMsgBuff(MtMsgBuf* msg_buf) {
76 _msg_buff = msg_buf;
77 };
78
79 MtMsgBuf* GetMtMsgBuff() {
80 return _msg_buff;

Callers 2

InputNotifyMethod · 0.80
InitConnEnvMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected