mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-20 22:45:44 +08:00
Handle network end markers and missing end of LDU frames.
This commit is contained in:
@@ -39,9 +39,9 @@ public:
|
||||
|
||||
bool writeHeader(const CP25Data& control);
|
||||
|
||||
bool writeLDU1(const unsigned char* ldu1, const CP25Data& control, const CP25LowSpeedData& lsd);
|
||||
bool writeLDU1(const unsigned char* ldu1, const CP25Data& control, const CP25LowSpeedData& lsd, bool end);
|
||||
|
||||
bool writeLDU2(const unsigned char* ldu2, const CP25Data& control, const CP25LowSpeedData& lsd);
|
||||
bool writeLDU2(const unsigned char* ldu2, const CP25Data& control, const CP25LowSpeedData& lsd, bool end);
|
||||
|
||||
bool writeTerminator();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user