53 data = uint16_t(datl) | (uint16_t(dath) << 8);
63 uint16_t data = uint16_t(datl) | (uint16_t(dath) << 8);
uint16_t Crc() const
FIXME_docs.
void AddData(uint8_t data)
FIXME_docs.
bool CheckNak() const
FIXME_docs.
bool CheckCrc()
FIXME_docs.
uint8_t fNakCode
code of active nak
void GetWithCrc(uint8_t &data)
FIXME_docs.
int NakIndex() const
FIXME_docs.
int fNakIndex
index of active nak (-1 if no)
uint8_t NakCode() const
FIXME_docs.
bool CheckSize(size_t nbyte) const
FIXME_docs.
size_t fNDone
number of pkt bytes processed
RlinkCrc16 fCrc
crc accumulator
std::vector< uint8_t > fPktBuf
packet buffer
Declaration of class ReventLoop.