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

Method setLatestConfigRevision

cpp/src/Node.cpp:3962–3973  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Set Latest Config File Revision -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

3960// Set Latest Config File Revision
3961//-----------------------------------------------------------------------------
3962void Node::setLatestConfigRevision
3963(
3964 uint32 rev
3965)
3966{
3967 m_latestConfigRevision = rev;
3968 ManufacturerSpecific* cc = static_cast<ManufacturerSpecific*>( GetCommandClass( ManufacturerSpecific::StaticGetCommandClassId() ) );
3969 if( cc )
3970 {
3971 cc->setLatestConfigRevision(rev);
3972 }
3973}
3974
3975
3976//-----------------------------------------------------------------------------

Callers 1

processConfigRevisionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected