|
ProtoCore v0.0.1
Deterministic, zero-heap network stack for embedded targets
|
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) | |
| bool pc_tcp_call::flush |
pc_tcp_op::PC_OP_SEND: also tcp_output() after a successful write (coalesced write+flush)
| err_t pc_tcp_call::result |
outcome of the op (pc_tcp_op::PC_OP_SEND: whether the write was queued)