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

Method GetSendData

adapter/micro_thread/mt_net.h:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 };
228
229 void GetSendData(void*& data, uint32_t& len) {
230 data = _req_data;
231 len = _req_len;
232 };
233
234 void Reset();
235

Callers 2

SendCacheUdpMethod · 0.80
SendCacheTcpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected