WORKS
Dependencies: MAX44000 PWM_Tone_Library nexpaq_mdk
Fork of LED_Demo by
nsapi_stack Struct Reference
nsapi_stack structure More...
#include <nsapi_types.h>
Data Fields | |
| struct nsapi_stack_api * | stack_api |
| Network stack operation table. | |
| void * | stack |
| Opaque handle for network stacks. | |
Detailed Description
nsapi_stack structure
Stack structure representing a specific instance of a stack.
Definition at line 155 of file nsapi_types.h.
Field Documentation
| void* stack |
Opaque handle for network stacks.
Definition at line 166 of file nsapi_types.h.
| struct nsapi_stack_api* stack_api |
Network stack operation table.
Provides access to the underlying api of the stack. This is not flattened into the nsapi_stack to allow allocation in read-only memory.
Definition at line 162 of file nsapi_types.h.
Generated on Tue Jul 12 2022 12:29:09 by
1.7.2
