mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-24 01:25:41 +08:00
Remove support for 9600Bd specific audio mode.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user