Data Link Serial Protocol
Loading...
Searching...
No Matches
proto Namespace Reference

Classes

struct  Bicoder
 

Enumerations

enum  ESpecial { eXOR = 0x20 , eHDR = 0x7B , eESC = 0x7C , eFTR = 0x7D }
 

Detailed Description

The namespace containing the library.

Enumeration Type Documentation

◆ ESpecial

These are special bytes used by this protocol

Enumerator
eXOR 

The xor byte: used together with the eESC byte to escape special bytes

eHDR 

The header byte: indicates the start of a frame

eESC 

The escape byte: used to escape special bytes

eFTR 

The footer byte: indicates the end of a frame