DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
DetTcpCall Struct Reference

Public Attributes

struct tcpip_api_call_data base
 
DetTcpOp op
 
uint8_t slot
 
struct tcp_pcb * pcb
 
const void * data
 
u16_t len
 
bool flush
 DetTcpOp::DET_OP_SEND: also tcp_output() after a successful write (coalesced write+flush)
 
err_t result
 outcome of the op (DetTcpOp::DET_OP_SEND: whether the write was queued)
 

Detailed Description

Definition at line 220 of file tcp.cpp.

Member Data Documentation

◆ base

struct tcpip_api_call_data DetTcpCall::base

Definition at line 222 of file tcp.cpp.

◆ op

DetTcpOp DetTcpCall::op

Definition at line 223 of file tcp.cpp.

◆ slot

uint8_t DetTcpCall::slot

Definition at line 224 of file tcp.cpp.

◆ pcb

struct tcp_pcb* DetTcpCall::pcb

Definition at line 225 of file tcp.cpp.

◆ data

const void* DetTcpCall::data

Definition at line 226 of file tcp.cpp.

◆ len

u16_t DetTcpCall::len

Definition at line 227 of file tcp.cpp.

◆ flush

bool DetTcpCall::flush

DetTcpOp::DET_OP_SEND: also tcp_output() after a successful write (coalesced write+flush)

Definition at line 228 of file tcp.cpp.

◆ result

err_t DetTcpCall::result

outcome of the op (DetTcpOp::DET_OP_SEND: whether the write was queued)

Definition at line 229 of file tcp.cpp.


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