1:
2:
3: /****************
4: * *
5: * GET METHODS *
6: * *
7: ****************/
8:
9:
10: inline bool DNSConfig::GetDaemon() const { return m_bDaemon; }
11: inline IPAddress DNSConfig::GetUDPClientInterface() const { return m_ipUDPClientInterface; }
12: inline unsigned short DNSConfig::GetUDPClientPort() const { return m_usUDPClientPort; }
13:
14:
15: