Remove support for 9600Bd specific audio mode.

This commit is contained in:
Jonathan Naylor
2018-02-07 18:26:26 +00:00
parent 9e83f577a6
commit dc5bd0c8a8
6 changed files with 40 additions and 100 deletions

View File

@@ -87,11 +87,6 @@ bool CNXDNLayer3::getIsGroup() const
return (m_data[2U] & 0x80U) != 0x80U;
}
unsigned char CNXDNLayer3::getVoiceMode() const
{
return m_data[2U] & 0x07U;
}
unsigned char CNXDNLayer3::getDataBlocks() const
{
return m_data[8U] & 0x0FU;