mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Add access to the M17 META data field in the LSF.
This commit is contained in:
parent
8d6da34b79
commit
ccdf708bbd
3 changed files with 20 additions and 3 deletions
3
M17LSF.h
3
M17LSF.h
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue