mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 15:09:23 +08:00
Add late entry using FACCH1 and create a dummy start message.
This commit is contained in:
@@ -101,6 +101,11 @@ bool CNXDNLayer3::getHasInfo() const
|
||||
type != NXDN_MESSAGE_TYPE_SDCALL_IV;
|
||||
}
|
||||
|
||||
void CNXDNLayer3::getData(unsigned char* data) const
|
||||
{
|
||||
::memcpy(data, m_data, 22U);
|
||||
}
|
||||
|
||||
CNXDNLayer3& CNXDNLayer3::operator=(const CNXDNLayer3& layer3)
|
||||
{
|
||||
if (&layer3 != this)
|
||||
|
||||
Reference in New Issue
Block a user