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

Method HasExtendedTxStatus

cpp/src/Manager.cpp:564–576  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

562//
563//-----------------------------------------------------------------------------
564bool Manager::HasExtendedTxStatus
565(
566 uint32 const _homeId
567)
568{
569 if( Driver* driver = GetDriver( _homeId ) )
570 {
571 return driver->HasExtendedTxStatus();
572 }
573
574 Log::Write( LogLevel_Info, "mgr, HasExtendedTxStatus() failed - _homeId %d not found", _homeId );
575 return false;
576}
577
578//-----------------------------------------------------------------------------
579// <Manager::GetLibraryVersion>

Callers 1

OnNotificationFunction · 0.80

Calls 1

WriteFunction · 0.85

Tested by

no test coverage detected