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

Method ReceiveConfiguration

cpp/src/Manager.cpp:4354–4366  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Send a NIF frame from the Controller to the Node -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

4352// Send a NIF frame from the Controller to the Node
4353//-----------------------------------------------------------------------------
4354bool Manager::ReceiveConfiguration
4355(
4356 uint32 const _homeId
4357)
4358{
4359 if (Driver *driver = GetDriver( _homeId ) ) {
4360 LockGuard LG(driver->m_nodeMutex);
4361 return driver->BeginControllerCommand(
4362 Driver::ControllerCommand_ReceiveConfiguration,
4363 NULL, NULL, true, 0, 0);
4364 }
4365 return false;
4366}
4367
4368//-----------------------------------------------------------------------------
4369// <Manager::ReplaceFailedNode>

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected