ProtoCore v0.0.1
Deterministic, zero-heap network stack for embedded targets
Loading...
Searching...
No Matches
pc_tcp_call Struct Reference

Public Attributes

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

Detailed Description

Definition at line 240 of file tcp.cpp.

Member Data Documentation

◆ base

struct tcpip_api_call_data pc_tcp_call::base

Definition at line 242 of file tcp.cpp.

◆ op

pc_tcp_op pc_tcp_call::op

Definition at line 243 of file tcp.cpp.

◆ slot

uint8_t pc_tcp_call::slot

Definition at line 244 of file tcp.cpp.

◆ pcb

struct tcp_pcb* pc_tcp_call::pcb

Definition at line 245 of file tcp.cpp.

◆ data

const void* pc_tcp_call::data

Definition at line 246 of file tcp.cpp.

◆ len

u16_t pc_tcp_call::len

Definition at line 247 of file tcp.cpp.

◆ flush

bool pc_tcp_call::flush

pc_tcp_op::PC_OP_SEND: also tcp_output() after a successful write (coalesced write+flush)

Definition at line 248 of file tcp.cpp.

◆ result

err_t pc_tcp_call::result

outcome of the op (pc_tcp_op::PC_OP_SEND: whether the write was queued)

Definition at line 249 of file tcp.cpp.


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