Skip to main content

Module netif

Module netif 

Source
Expand description

Network abstraction

The purpose of ESP-NETIF library is twofold:

  • It provides an abstraction layer for the application on top of the TCP/IP stack. This will allow applications to choose between IP stacks in the future.
  • The APIs it provides are thread safe, even if the underlying TCP/IP stack APIs are not.

Modules§

asynch

Structs§

ApStaIpAssignment
AsyncNetif
BlockingNetif
DhcpIp6Assignment
DhcpIpAssignment
EspNetif
EspNetifDriver
NetifConfiguration
PppConfiguration

Enums§

IpEvent
NetifStack
PppAuthentication
PppEvent
Represents a PPP event on the system event loop

Traits§

NetifStatus