API_EVENT is only used within LwIP.
 
Symbols
loading...
Files
loading...

API_EVENT macro

Syntax

#define API_EVENT(c,e,l) if (c->callback) { \     (*c->callback)(c, e, l); \     }

Arguments

c

e

l