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

Method GetControllerNodeId

cpp/src/Manager.cpp:474–486  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

472//
473//-----------------------------------------------------------------------------
474uint8 Manager::GetControllerNodeId
475(
476 uint32 const _homeId
477)
478{
479 if( Driver* driver = GetDriver( _homeId ) )
480 {
481 return driver->GetControllerNodeId();
482 }
483
484 Log::Write( LogLevel_Info, "mgr, GetControllerNodeId() failed - _homeId %d not found", _homeId );
485 return 0xff;
486}
487
488//-----------------------------------------------------------------------------
489// <Manager::GetSUCNodeId>

Callers 11

SetDriverReadyMethod · 0.80
SetValueMethod · 0.80
SetValueListSelectionMethod · 0.80
ProcessMsgMethod · 0.80
AdvanceQueriesMethod · 0.80
UpdateProtocolInfoMethod · 0.80
AutoAssociateMethod · 0.80
GetBufferMethod · 0.80
HandleMsgMethod · 0.80
SetValueMethod · 0.80
SetMethod · 0.80

Calls 1

WriteFunction · 0.85

Tested by

no test coverage detected