Skip to content

Class LwIPRxBuffer

ClassList > LwIPRxBuffer

Public Functions

Type Name
LwIPRxBuffer (int sock, size_t size=1436)
size_t available ()
bool failed ()
int peek ()
int read (uint8_t * dst, size_t len)
~LwIPRxBuffer ()

Public Functions Documentation

function LwIPRxBuffer

LwIPRxBuffer::LwIPRxBuffer (
    int sock,
    size_t size=1436
) 

function available

size_t LwIPRxBuffer::available () 

function failed

bool LwIPRxBuffer::failed () 

function peek

int LwIPRxBuffer::peek () 

function read

int LwIPRxBuffer::read (
    uint8_t * dst,
    size_t len
) 

function ~LwIPRxBuffer

LwIPRxBuffer::~LwIPRxBuffer () 

The documentation for this class was generated from the following file cores/common/arduino/libraries/common/WiFiClient/LwIPRxBuffer.h