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

Method GetMsgBuff

adapter/micro_thread/mt_mbuf_pool.h:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 return _max_len;
97 };
98 void* GetMsgBuff() {
99 return _msg_buff;
100 };
101
102 int GetHaveSndLen() {
103 return _send_len;

Callers 6

InputNotifyMethod · 0.80
SendDataMethod · 0.80
RecvDataMethod · 0.80
DoEncodeMethod · 0.80
DoInputMethod · 0.80
DoProcessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected