mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 00:35:53 +08:00
Validate P25 RF late entry.
This commit is contained in:
10
P25Control.h
10
P25Control.h
@@ -81,10 +81,12 @@ private:
|
||||
|
||||
void addBusyBits(unsigned char* data, unsigned int length, bool b1, bool b2);
|
||||
|
||||
void createHeader();
|
||||
void createLDU1();
|
||||
void createLDU2();
|
||||
void createTerminator(const unsigned char* data);
|
||||
void createRFHeader();
|
||||
|
||||
void createNetHeader();
|
||||
void createNetLDU1();
|
||||
void createNetLDU2();
|
||||
void createNetTerminator(const unsigned char* data);
|
||||
|
||||
bool openFile();
|
||||
bool writeFile(const unsigned char* data, unsigned char length);
|
||||
|
||||
Reference in New Issue
Block a user