WebRadioApp  0.1
client Struct Reference

structure to be passed as argument to the tcp callbacks More...

#include <tcp_client.h>

Data Fields

enum client_states state
 
struct tcp_pcb * pcb
 
struct pbuf * p_tx
 

Detailed Description

structure to be passed as argument to the tcp callbacks


Field Documentation

◆ p_tx

struct pbuf* client::p_tx

pointer on pbuf to be transmitted

◆ pcb

struct tcp_pcb* client::pcb

pointer on the current tcp_pcb

◆ state

enum client_states client::state

connection status


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