Add late entry using FACCH1 and create a dummy start message.

This commit is contained in:
Jonathan Naylor
2018-02-02 07:03:10 +00:00
parent 8ff50ce2d3
commit 6d0e95fb9b
3 changed files with 105 additions and 23 deletions

View File

@@ -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)