MeterLogger
Data Fields
espconn Struct Reference

#include <esp-open-lwip/include/lwip/app/espconn.h>

Collaboration diagram for espconn:

Data Fields

enum espconn_type type
 
enum espconn_state state
 
union {
   esp_tcp *   tcp
 
   esp_udp *   udp
 
proto
 
espconn_recv_callback recv_callback
 
espconn_sent_callback sent_callback
 
uint8 link_cnt
 
void * reverse
 
union {
   esp_tcp *   tcp
 
   esp_udp *   udp
 
proto
 

Detailed Description

A espconn descriptor

Definition at line 99 of file espconn.h.

Field Documentation

◆ link_cnt

uint8 espconn::link_cnt

◆ proto [1/2]

union { ... } espconn::proto

◆ proto [2/2]

union { ... } espconn::proto

◆ recv_callback

espconn_recv_callback espconn::recv_callback

A callback function that is informed about events for this espconn

Definition at line 109 of file espconn.h.

Referenced by espconn_client_recv(), espconn_copy_partial(), espconn_regist_recvcb(), espconn_server_recv(), and espconn_udp_recv().

◆ reverse

void * espconn::reverse

◆ sent_callback

espconn_sent_callback espconn::sent_callback

◆ state

enum espconn_state espconn::state

◆ tcp

esp_tcp* espconn::tcp

◆ type

enum espconn_type espconn::type

◆ udp

esp_udp* espconn::udp

The documentation for this struct was generated from the following file: