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

Method CancelControllerCommand

cpp/src/Manager.cpp:4082–4093  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Stop the current controller function -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

4080// Stop the current controller function
4081//-----------------------------------------------------------------------------
4082bool Manager::CancelControllerCommand
4083(
4084 uint32 const _homeId
4085)
4086{
4087 if( Driver* driver = GetDriver( _homeId ) )
4088 {
4089 return( driver->CancelControllerCommand() );
4090 }
4091
4092 return false;
4093}
4094
4095//-----------------------------------------------------------------------------
4096// <Manager::TestNetworkNode>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected