mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-24 09:35:40 +08:00
Start converting YSF to NXDN.
This commit is contained in:
@@ -56,7 +56,7 @@ bool CNXDNNetwork::open()
|
||||
return m_socket.open();
|
||||
}
|
||||
|
||||
bool CNXDNNetwork::write(const unsigned char* src, const unsigned char* dest, const unsigned char* data, unsigned int count, bool end)
|
||||
bool CNXDNNetwork::write(const unsigned char* data, unsigned int count, bool end)
|
||||
{
|
||||
assert(data != NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user