Constructor and functions for ELClient. More...
#include "ELClient.h"
Go to the source code of this file.
Macros | |
| #define | SLIP_END 0300 |
| #define | SLIP_ESC 0333 |
| #define | SLIP_ESC_END 0334 |
| #define | SLIP_ESC_ESC 0335 |
| #define SLIP_END 0300 |
Indicates end of packet
Definition at line 11 of file ELClient.cpp.
| #define SLIP_ESC 0333 |
Indicates byte stuffing
Definition at line 12 of file ELClient.cpp.
| #define SLIP_ESC_END 0334 |
ESC ESC_END means END data byte
Definition at line 13 of file ELClient.cpp.
| #define SLIP_ESC_ESC 0335 |
ESC ESC_ESC means ESC data byte
Definition at line 14 of file ELClient.cpp.