mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-20 22:45:44 +08:00
Add the detailed processing for the FACCH1 and UDCH.
This commit is contained in:
@@ -25,9 +25,10 @@ public:
|
||||
CNXDNFACCH1();
|
||||
~CNXDNFACCH1();
|
||||
|
||||
bool decode(const unsigned char* data);
|
||||
bool decode(const unsigned char* data, unsigned int offset);
|
||||
|
||||
void encode(unsigned char* data, unsigned int offset) const;
|
||||
|
||||
void encode(unsigned char* data) const;
|
||||
void getData(unsigned char* data) const;
|
||||
|
||||
void setData(const unsigned char* data);
|
||||
|
||||
Reference in New Issue
Block a user