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

Method GetControllerPath

cpp/src/Manager.cpp:670–681  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Retrieve controller interface path -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

668// Retrieve controller interface path
669//-----------------------------------------------------------------------------
670string Manager::GetControllerPath
671(
672 uint32 const _homeId
673)
674{
675 string path = "";
676 if( Driver* driver = GetDriver( _homeId ) )
677 {
678 path = driver->GetControllerPath();
679 }
680 return path;
681}
682//-----------------------------------------------------------------------------
683// Polling Z-Wave values
684//-----------------------------------------------------------------------------

Callers 4

AddDriverMethod · 0.80
RemoveDriverMethod · 0.80
SetDriverReadyMethod · 0.80
ResetControllerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected