| 303 | bool IsListeningDevice()const{ return m_listening; } |
| 304 | bool IsFrequentListeningDevice()const{ return m_frequentListening; } |
| 305 | bool IsBeamingDevice()const{ return m_beaming; } |
| 306 | bool IsRoutingDevice()const{ return m_routing; } |
| 307 | bool IsSecurityDevice()const{ return m_security; } |
| 308 | uint32 GetMaxBaudRate()const{ return m_maxBaudRate; } |