mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:45:49 +08:00
Try and make the network protocol closer to that of a Quantar.
This commit is contained in:
@@ -37,14 +37,12 @@ public:
|
||||
|
||||
void enable(bool enabled);
|
||||
|
||||
bool writeHeader(const CP25Data& control);
|
||||
bool writeHeader();
|
||||
|
||||
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 end);
|
||||
|
||||
bool writeTerminator();
|
||||
|
||||
unsigned int read(unsigned char* data, unsigned int length);
|
||||
|
||||
void close();
|
||||
|
||||
Reference in New Issue
Block a user