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

Method TestNetwork

cpp/src/Manager.cpp:4116–4126  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Send a number of test messages to every node and record results. -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

4114// Send a number of test messages to every node and record results.
4115//-----------------------------------------------------------------------------
4116void Manager::TestNetwork
4117(
4118 uint32 const _homeId,
4119 uint32 const _count
4120)
4121{
4122 if( Driver* driver = GetDriver( _homeId ) )
4123 {
4124 driver->TestNetwork( 0, _count );
4125 }
4126}
4127
4128//-----------------------------------------------------------------------------
4129// <Manager::HealNetworkNode>

Callers 1

TestNetworkNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected