Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of OmniWheels by
nsapi_stack Struct Reference
[Netsocket]
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 281 of file nsapi_types.h.
Field Documentation
void* stack |
Opaque handle for network stacks.
Definition at line 292 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 288 of file nsapi_types.h.
Generated on Fri Jul 22 2022 04:54:14 by
