Gbox 4.20
Grow box automation and monitoring - <a href='https://sites.google.com/site/growboxguy/'>https://sites.google.com/site/growboxguy/</a>
 
Loading...
Searching...
No Matches
ELClient.cpp File Reference

Constructor and functions for ELClient. More...

#include "ELClient.h"
Include dependency graph for ELClient.cpp:

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
 

Detailed Description

Constructor and functions for ELClient.

Author
B. Runnels
T. von Eicken
Date
2016

Definition in file ELClient.cpp.

Macro Definition Documentation

◆ SLIP_END

#define SLIP_END   0300

Indicates end of packet

Definition at line 11 of file ELClient.cpp.

◆ SLIP_ESC

#define SLIP_ESC   0333

Indicates byte stuffing

Definition at line 12 of file ELClient.cpp.

◆ SLIP_ESC_END

#define SLIP_ESC_END   0334

ESC ESC_END means END data byte

Definition at line 13 of file ELClient.cpp.

◆ SLIP_ESC_ESC

#define SLIP_ESC_ESC   0335

ESC ESC_ESC means ESC data byte

Definition at line 14 of file ELClient.cpp.