Skip to content

Struct esp_netif_ip_info_t

ClassList > esp_netif_ip_info_t

More...

  • #include <WiFiEvents.h>

Public Attributes

Type Name
esp_ip4_addr_t gw
esp_ip4_addr_t ip
esp_ip4_addr_t netmask

Detailed Description

Event structure for IP_EVENT_STA_GOT_IP, IP_EVENT_ETH_GOT_IP events

Public Attributes Documentation

variable gw

esp_ip4_addr_t esp_netif_ip_info_t::gw;

Interface IPV4 gateway address

variable ip

esp_ip4_addr_t esp_netif_ip_info_t::ip;

Interface IPV4 address

variable netmask

esp_ip4_addr_t esp_netif_ip_info_t::netmask;

Interface IPV4 netmask


The documentation for this class was generated from the following file cores/common/arduino/libraries/api/WiFi/WiFiEvents.h