Arduino KVComm  master
Key-Value pair communication library for Arduino
Variables
SLIP_Constants Namespace Reference

SLIP special character codes. More...

Variables

const static uint8_t END = 0300
 indicates end of packet More...
 
const static uint8_t ESC = 0333
 indicates byte stuffing More...
 
const static uint8_t ESC_END = 0334
 ESC ESC_END means END data byte. More...
 
const static uint8_t ESC_ESC = 0335
 ESC ESC_ESC means ESC data byte. More...
 

Detailed Description

SLIP special character codes.

Variable Documentation

◆ END

const static uint8_t END = 0300
static

indicates end of packet

Definition at line 10 of file SLIP.hpp.

◆ ESC

const static uint8_t ESC = 0333
static

indicates byte stuffing

Definition at line 11 of file SLIP.hpp.

◆ ESC_END

const static uint8_t ESC_END = 0334
static

ESC ESC_END means END data byte.

Definition at line 12 of file SLIP.hpp.

◆ ESC_ESC

const static uint8_t ESC_ESC = 0335
static

ESC ESC_ESC means ESC data byte.

Definition at line 13 of file SLIP.hpp.