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

Method HandleInput

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

Source from the content-addressed store, hash-verified

168 virtual int HandleEncode(void* buf, int& len, IMtMsg* msg){return 0;};
169
170 virtual int HandleInput(void* buf, int len, IMtMsg* msg){return 0;};
171
172 virtual int HandleProcess(void* buf, int len, IMtMsg* msg){return 0;};
173

Callers 1

DoInputMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected