#include <psock.h>
Data Fields | |
struct pt pt | psockpt |
const u8_t * | sendptr |
u8_t * | readptr |
char * | bufptr |
u16_t | sendlen |
u16_t | readlen |
struct psock_buf | buf |
unsigned int | bufsize |
unsigned char | state |
The representation of a protosocket.
The protosocket structrure is an opaque structure with no user-visible elements.
Definition at line 106 of file psock.h.
struct psock_buf psock::buf |
char* psock::bufptr |
unsigned int psock::bufsize |
struct pt pt psock::psockpt |
const u8_t* psock::sendptr |
unsigned char psock::state |