|
DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
|
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) | |
| bool DetTcpCall::flush |
DetTcpOp::DET_OP_SEND: also tcp_output() after a successful write (coalesced write+flush)
| err_t DetTcpCall::result |
outcome of the op (DetTcpOp::DET_OP_SEND: whether the write was queued)