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

Method IsBeamingDevice

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

Source from the content-addressed store, hash-verified

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

Callers 1

IsNodeBeamingDeviceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected