Allow for a startup XLX reflector.

This commit is contained in:
Jonathan Naylor
2017-05-30 13:42:30 +01:00
parent b10d482b75
commit 8bc79767c5
7 changed files with 102 additions and 16 deletions

View File

@@ -258,6 +258,11 @@ bool CDMRNetwork::writeTalkerAlias(const unsigned char* data, unsigned int lengt
return write(buffer, length);
}
bool CDMRNetwork::isConnected() const
{
return m_status == RUNNING;
}
void CDMRNetwork::close()
{
LogMessage("%s, Closing DMR Network", m_name);