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

Method IsBridgeController

cpp/src/Manager.cpp:546–558  ·  view source on GitHub ↗

----------------------------------------------------------------------------- -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

544//
545//-----------------------------------------------------------------------------
546bool Manager::IsBridgeController
547(
548 uint32 const _homeId
549)
550{
551 if( Driver* driver = GetDriver( _homeId ) )
552 {
553 return driver->IsBridgeController();
554 }
555
556 Log::Write( LogLevel_Info, "mgr, IsBridgeController() failed - _homeId %d not found", _homeId );
557 return false;
558}
559
560//-----------------------------------------------------------------------------
561// <Manager::HasExtendedTxStatus>

Callers

nothing calls this directly

Calls 1

WriteFunction · 0.85

Tested by

no test coverage detected