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

Method GetRcvEvents

adapter/micro_thread/kqueue_proxy.h:136–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 int GetEvents() { return _events; };
135 void SetRcvEvents(int revents) { _revents = revents; };
136 int GetRcvEvents() { return _revents; };
137
138 int GetNtfyType() { return _type; };
139 virtual void Reset() {

Callers 3

RecvDataMethod · 0.80
KqueueScheduleMethod · 0.80
WaitEventsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected