mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-16 00:33:14 +00:00
6 lines
124 B
C++
6 lines
124 B
C++
#include "LlcParser.h"
|
|
|
|
int8_t LLCParser::parse(uint8_t *buf, DataParserContext &ctx) {
|
|
ctx.length -= 3;
|
|
return 3;
|
|
} |