ESP8266_RTOS_SDK  v1.4.0
Data Fields
_esp_tcp Struct Reference

Data Fields

int remote_port
 
int local_port
 
uint8 local_ip [4]
 
uint8 remote_ip [4]
 
espconn_connect_callback connect_callback
 
espconn_reconnect_callback reconnect_callback
 
espconn_connect_callback disconnect_callback
 
espconn_connect_callback write_finish_fn
 

Field Documentation

espconn_connect_callback connect_callback

connected callback

espconn_connect_callback disconnect_callback

disconnected callback

uint8 local_ip[4]

local IP of ESP8266

int local_port

ESP8266's local port of TCP connection

espconn_reconnect_callback reconnect_callback

as error handler, the TCP connection broke unexpectedly

uint8 remote_ip[4]

remote IP of TCP connection

int remote_port

remote port of TCP connection

espconn_connect_callback write_finish_fn

data send by espconn_send has wrote into buffer waiting for sending, or has sent successfully


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