Mbed library for ENC28J60 Ethernet modules. Full support for TCP/IP and UDP Server, Client and HTTP server (webserver). DHCP and DNS is included.

Dependents:   mBuino_ENC28_MQTT Nucleo_Web_ENC28J60 Nucleo_Web_ENC28J60_ADC Serial_over_Ethernet ... more

Embed: (wiki syntax)

« Back to documentation index

nsapi_stack Struct Reference

nsapi_stack Struct Reference
[Netsocket]

nsapi_stack structure More...

#include <nsapi_types.h>

Data Fields

struct nsapi_stack_apistack_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 303 of file nsapi_types.h.


Field Documentation

void* stack

Opaque handle for network stacks.

Definition at line 314 of file nsapi_types.h.

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