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

Method SetMsgLen

adapter/micro_thread/mt_mbuf_pool.h:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 };
87
88 void SetMsgLen(int msg_len) {
89 _msg_len = msg_len;
90 };
91 int GetMsgLen() {
92 return _msg_len;
93 };

Callers 3

InputNotifyMethod · 0.80
RecvDataMethod · 0.80
DoEncodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected