#include <application.h>
Data Fields | |
| const param_desc_t * | method_sizes |
| Pointer to an array of param_desc_t's. | |
| const param_desc_t * | event_sizes |
| Same as method_sizes. | |
| appObjCallback_t * | Callback |
| Pointer to object callback function. | |
Create an instance of this structure to define a application object. Must be registered through app_register_obj() or in your net.h, depending on which version you compiled.
Definition at line 53 of file application.h.
1.3.3