mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 15:04:18 +00:00
Insert the correct bytes for data transmissions in the Icom protocol.
This commit is contained in:
parent
992b0f27ab
commit
02096f2c67
5 changed files with 53 additions and 15 deletions
|
|
@ -84,7 +84,7 @@ private:
|
|||
|
||||
void writeQueueRF(const unsigned char* data);
|
||||
void writeQueueNet(const unsigned char* data);
|
||||
void writeNetwork(const unsigned char* data, bool single);
|
||||
void writeNetwork(const unsigned char* data, NXDN_NETWORK_MESSAGE_TYPE type);
|
||||
void writeNetwork();
|
||||
|
||||
void scrambler(unsigned char* data) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue