MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / IsRoutingDevice

Method IsRoutingDevice

cpp/src/Node.h:306–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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; }

Callers 1

IsNodeRoutingDeviceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected