@@ -389,3 +389,17 @@ void CDMRTX::setColorCode(uint8_t colorCode)
slotType.encode(colorCode, DT_IDLE, m_idle);
}
void CDMRTX::resetFifo1()
{
m_fifo[0U].reset();
void CDMRTX::resetFifo2()
m_fifo[1U].reset();
uint32_t CDMRTX::getFrameCount()
return m_frameCount;
The note is not visible to the blocked user.