tinyhttp
List of all members
tinyhttp::WiFiClient Class Reference

We provide the WiFiClient so that it complies outside of the Arduino Environment. More...

#include <AltClient.h>

Inheritance diagram for tinyhttp::WiFiClient:
tinyhttp::Client

Additional Inherited Members

- Public Member Functions inherited from tinyhttp::Client
 Client (int bufferSize=1024)
 
int available ()
 
int connect (const char *address, int port)
 
int connect (Url &url)
 
bool connected ()
 
void flush ()
 
 operator bool ()
 
int peek ()
 
int print (const char *str)
 
int println (const char *str)
 
int read ()
 
int read (char *buffer, int len)
 
int read (uint8_t *buffer, int len)
 
int readBytesUntil (char untilChar, char *str, int len)
 
void stop ()
 
int write (char c)
 
int write (const char *str, int len)
 
int write (const uint8_t *str, int len)
 
- Protected Attributes inherited from tinyhttp::Client
int bufferSize = 512
 
bool is_connected
 
RingBuffer readBuffer
 
struct sockaddr_in serv_addr
 
int sock = 0
 
int valread
 
RingBuffer writeBuffer
 

Detailed Description

We provide the WiFiClient so that it complies outside of the Arduino Environment.


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