#include <serial2socket.h>
Definition at line 29 of file serial2socket.h.
◆ Serial_2_Socket()
| Serial_2_Socket::Serial_2_Socket |
( |
| ) |
|
◆ ~Serial_2_Socket()
| Serial_2_Socket::~Serial_2_Socket |
( |
| ) |
|
◆ attachWS()
| bool Serial_2_Socket::attachWS |
( |
void * |
web_socket | ) |
|
◆ available()
| int Serial_2_Socket::available |
( |
| ) |
|
◆ baudRate()
| long Serial_2_Socket::baudRate |
( |
| ) |
|
◆ begin()
| void Serial_2_Socket::begin |
( |
long |
speed | ) |
|
◆ detachWS()
| bool Serial_2_Socket::detachWS |
( |
| ) |
|
◆ end()
| void Serial_2_Socket::end |
( |
| ) |
|
◆ flush()
| void Serial_2_Socket::flush |
( |
void |
| ) |
|
◆ handle_flush()
| void Serial_2_Socket::handle_flush |
( |
| ) |
|
◆ operator bool()
| Serial_2_Socket::operator bool |
( |
| ) |
const |
◆ peek()
| int Serial_2_Socket::peek |
( |
void |
| ) |
|
◆ push()
| bool Serial_2_Socket::push |
( |
const char * |
data | ) |
|
◆ read()
| int Serial_2_Socket::read |
( |
void |
| ) |
|
◆ write() [1/7]
| size_t Serial_2_Socket::write |
( |
const char * |
s | ) |
|
|
inline |
◆ write() [2/7]
| size_t Serial_2_Socket::write |
( |
const uint8_t * |
buffer, |
|
|
size_t |
size |
|
) |
| |
◆ write() [3/7]
| size_t Serial_2_Socket::write |
( |
int |
n | ) |
|
|
inline |
◆ write() [4/7]
| size_t Serial_2_Socket::write |
( |
long |
n | ) |
|
|
inline |
◆ write() [5/7]
| size_t Serial_2_Socket::write |
( |
uint8_t |
c | ) |
|
◆ write() [6/7]
| size_t Serial_2_Socket::write |
( |
unsigned int |
n | ) |
|
|
inline |
◆ write() [7/7]
| size_t Serial_2_Socket::write |
( |
unsigned long |
n | ) |
|
|
inline |
The documentation for this class was generated from the following file: