mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-07 15:34:04 +00:00
Allow for remote System Fusion gateway operation.
This commit is contained in:
parent
f6a485fe6b
commit
9408367a0f
8 changed files with 42 additions and 7 deletions
|
|
@ -194,6 +194,11 @@ unsigned char CYSFFICH::getDT() const
|
|||
return m_fich[2U] & 0x03U;
|
||||
}
|
||||
|
||||
unsigned char CYSFFICH::getMR() const
|
||||
{
|
||||
return (m_fich[2U] >> 3) & 0x03U;
|
||||
}
|
||||
|
||||
void CYSFFICH::setMR(unsigned char mr)
|
||||
{
|
||||
m_fich[2U] &= 0xC7U;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue