Add access to the M17 META data field in the LSF.

This commit is contained in:
Jonathan Naylor 2021-05-18 20:59:17 +01:00
parent 8d6da34b79
commit ccdf708bbd
3 changed files with 20 additions and 3 deletions

View file

@ -50,6 +50,9 @@ public:
unsigned char getCAN() const;
void setCAN(unsigned char can);
void getMeta(unsigned char* data) const;
void setMeta(const unsigned char* data);
void reset();
bool isValid() const;