Ssl::InputBuffer Class Reference

Wraps a pbuf for reading in chunks. More...

#include <InputBuffer.h>

Public Member Functions

 InputBuffer (pbuf *buf)
 
size_t available () const
 
size_t read (uint8_t *buffer, size_t bufSize)
 

Detailed Description

Wraps a pbuf for reading in chunks.

Constructor & Destructor Documentation

◆ InputBuffer()

Ssl::InputBuffer::InputBuffer ( pbuf *  buf)
inline

Member Function Documentation

◆ available()

size_t Ssl::InputBuffer::available ( ) const
inline

◆ read()

size_t Ssl::InputBuffer::read ( uint8_t buffer,
size_t  bufSize 
)

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