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

Method GetMetaData

cpp/src/Manager.cpp:5313–5325  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Retrieve MetaData about a Node. -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

5311// Retrieve MetaData about a Node.
5312//-----------------------------------------------------------------------------
5313string const Manager::GetMetaData
5314(
5315 uint32 const _homeId,
5316 uint8 const _nodeId,
5317 Node::MetaDataFields _metadata
5318)
5319{
5320 if( Driver* driver = GetDriver( _homeId ) )
5321 {
5322 return driver->GetMetaData( _nodeId, _metadata );
5323 }
5324 return "";
5325}
5326
5327//-----------------------------------------------------------------------------
5328// <Manager::GetChangeLog>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected