Mistake on this page?
Report an issue in GitHub or email us
Data Fields
nsapi_stack Struct Reference

nsapi_stack structure More...

#include <nsapi_types.h>

Data Fields

const struct nsapi_stack_apistack_api
 Network stack operation table. More...
 
void * stack
 Opaque handle for network stacks. More...
 

Detailed Description

nsapi_stack structure

Stack structure representing a specific instance of a stack.

Definition at line 317 of file nsapi_types.h.

Field Documentation

void* stack

Opaque handle for network stacks.

Definition at line 328 of file nsapi_types.h.

const 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 324 of file nsapi_types.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.