| 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; } |
| 309 | uint8 GetVersion()const{ return m_version; } |